Changeset 13739
- Timestamp:
- 02/23/2024 12:00:19 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r13720 r13739 47 47 "require-dev": { 48 48 "buddypress/bp-coding-standards": "dev-trunk", 49 "yoast/phpunit-polyfills": "^1.0" 49 "yoast/phpunit-polyfills": "^1.0", 50 "spatie/phpunit-watcher": "^1.23" 50 51 }, 51 52 "scripts": { 52 53 "test": "@php ./vendor/phpunit/phpunit/phpunit", 53 54 "test_multi": "@php ./vendor/phpunit/phpunit/phpunit -c tests/phpunit/multisite.xml", 54 "phpcs": "@php ./vendor/bin/phpcs" 55 "phpcs": "@php ./vendor/bin/phpcs", 56 "test:watch": [ 57 "Composer\\Config::disableProcessTimeout", 58 "phpunit-watcher watch" 59 ] 55 60 } 56 61 }
Note: See TracChangeset
for help on using the changeset viewer.