Skip to:
Content

BuddyPress.org

Changeset 13794 for trunk/composer.json


Ignore:
Timestamp:
04/12/2024 01:33:09 PM (8 months ago)
Author:
espellcaste
Message:

Add a phpunit alias to the composer scritps.

Allow running composer run phpunit as an alias.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.json

    r13784 r13794  
    4747        "test": "@php ./vendor/phpunit/phpunit/phpunit",
    4848        "test_multi": "@php ./vendor/phpunit/phpunit/phpunit -c tests/phpunit/multisite.xml",
     49        "phpunit": "@php ./vendor/phpunit/phpunit/phpunit",
    4950        "phpcs": "@php ./vendor/bin/phpcs",
    5051        "test:watch": [
Note: See TracChangeset for help on using the changeset viewer.