File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd"
45 bootstrap =" tests/bootstrap.php"
56 backupGlobals =" false"
67 colors =" true"
7- xsi : noNamespaceSchemaLocation = " https://schema .phpunit.de/11.2/phpunit.xsd "
8- cacheDirectory = " .phpunit.result.cache " >
8+ cacheDirectory = " .phpunit.result.cache "
9+ >
910 <testsuites >
1011 <testsuite name =" Feature" >
11- <directory suffix =" Test .php" >tests/Feature</directory >
12+ <directory suffix =" .php" >tests/Feature</directory >
1213 </testsuite >
1314 <testsuite name =" Unit" >
14- <directory suffix =" Test .php" >tests/Unit</directory >
15+ <directory suffix =" .php" >tests/Unit</directory >
1516 </testsuite >
1617 </testsuites >
1718 <php >
18- <env name =" MANTLE_USE_SQLITE" value =" true" />
19- <env name =" WP_SKIP_DB_CREATE" value =" true" />
19+ <ini name =" error_reporting" value =" -1" />
20+ <ini name =" display_errors" value =" 1" />
21+ <!-- <env name="MANTLE_USE_SQLITE" value="true" /> -->
22+ <!-- <env name="WP_SKIP_DB_CREATE" value="true" /> -->
2023 </php >
2124</phpunit >
You can’t perform that action at this time.
0 commit comments