File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454 ],
5555 "run-tests" : [
5656 " @php ./vendor/phpunit/phpunit/phpunit --filter WordPress ./vendor/squizlabs/php_codesniffer/tests/AllTests.php --no-coverage" ,
57- " @php ./vendor/phpunit/phpunit/phpunit WordPress/Util/Tests/ --no-coverage"
57+ " @php ./vendor/phpunit/phpunit/phpunit WordPress/Util/Tests/ --no-coverage"
5858 ],
5959 "coverage" : [
6060 " @php ./vendor/phpunit/phpunit/phpunit --filter WordPress ./vendor/squizlabs/php_codesniffer/tests/AllTests.php" ,
61- " @php ./vendor/phpunit/phpunit/phpunit WordPress/Util/Tests/"
61+ " @php ./vendor/phpunit/phpunit/phpunit WordPress/Util/Tests/"
6262 ],
6363 "check-complete" : [
6464 " @php ./vendor/phpcsstandards/phpcsdevtools/bin/phpcs-check-feature-completeness -q ./WordPress"
Original file line number Diff line number Diff line change 1313 forceCoversAnnotation=" true" >
1414
1515 <testsuites >
16- <testsuite name =" WordPress Utilities Tests" >
17- <directory suffix =" UnitTest.php" >./WordPress/Util/Tests/</directory >
18- </testsuite >
16+ <testsuite name =" WordPress Utilities Tests" >
17+ <directory suffix =" UnitTest.php" >./WordPress/Util/Tests/</directory >
18+ </testsuite >
1919 <testsuite name =" WordPress Sniffs Tests" >
2020 <directory suffix =" UnitTest.php" >./WordPress/Tests/</directory >
2121 </testsuite >
You can’t perform that action at this time.
0 commit comments