|
61 | 61 | "Composer\\Config::disableProcessTimeout", |
62 | 62 | "@php ./vendor/phpunit/phpunit/phpunit --no-coverage" |
63 | 63 | ], |
64 | | - "testlt10": [ |
| 64 | + "test-lte9": [ |
65 | 65 | "Composer\\Config::disableProcessTimeout", |
66 | | - "@php ./vendor/phpunit/phpunit/phpunit -c phpunitlt10.xml.dist --no-coverage" |
| 66 | + "@php ./vendor/phpunit/phpunit/phpunit -c phpunit-lte9.xml.dist --no-coverage" |
67 | 67 | ], |
68 | 68 | "coverage": [ |
69 | 69 | "Composer\\Config::disableProcessTimeout", |
70 | 70 | "@php ./vendor/phpunit/phpunit/phpunit -d max_execution_time=0" |
71 | 71 | ], |
72 | | - "coveragelt10": [ |
| 72 | + "coverage-lte9": [ |
73 | 73 | "Composer\\Config::disableProcessTimeout", |
74 | | - "@php ./vendor/phpunit/phpunit/phpunit -c phpunitlt10.xml.dist -d max_execution_time=0" |
| 74 | + "@php ./vendor/phpunit/phpunit/phpunit -c phpunit-lte9.xml.dist -d max_execution_time=0" |
75 | 75 | ], |
76 | 76 | "coverage-local": [ |
77 | 77 | "Composer\\Config::disableProcessTimeout", |
78 | 78 | "@php ./vendor/phpunit/phpunit/phpunit --coverage-html ./build/coverage-html -d max_execution_time=0" |
79 | 79 | ], |
80 | | - "coveragelt10-local": [ |
| 80 | + "coverage-lte9-local": [ |
81 | 81 | "Composer\\Config::disableProcessTimeout", |
82 | | - "@php ./vendor/phpunit/phpunit/phpunit -c phpunitlt10.xml.dist --coverage-html ./build/coverage-html -d max_execution_time=0" |
| 82 | + "@php ./vendor/phpunit/phpunit/phpunit -c phpunit-lte9.xml.dist --coverage-html ./build/coverage-html -d max_execution_time=0" |
83 | 83 | ], |
84 | 84 | "build": [ |
85 | 85 | "Composer\\Config::disableProcessTimeout", |
|
94 | 94 | "cs": "Check for code style violations.", |
95 | 95 | "cbf": "Fix code style violations.", |
96 | 96 | "test": "PHPUnit 10+: Run the unit tests without code coverage.", |
97 | | - "testlt10": "PHPUnit < 10: Run the unit tests without code coverage.", |
| 97 | + "test-lte9": "PHPUnit <= 9: Run the unit tests without code coverage.", |
98 | 98 | "coverage": "PHPUnit 10+: Run the unit tests with code coverage.", |
99 | | - "coveragelt10": "PHPUnit < 10: Run the unit tests with code coverage.", |
| 99 | + "coverage-lte9": "PHPUnit <= 9: Run the unit tests with code coverage.", |
100 | 100 | "coverage-local": "PHPUnit 10+: Run the unit tests with code coverage and generate an HTML report in a 'build' directory.", |
101 | | - "coveragelt10-local": "PHPUnit < 10: Run the unit tests with code coverage and generate an HTML report in a 'build' directory.", |
| 101 | + "coverage-lte9-local": "PHPUnit <= 9: Run the unit tests with code coverage and generate an HTML report in a 'build' directory.", |
102 | 102 | "build": "Create PHAR files for PHPCS and PHPCBF.", |
103 | 103 | "check-all": "Run all checks (phpcs, tests)." |
104 | 104 | } |
|
0 commit comments