Ticket #8302: 8302.01.patch
File 8302.01.patch, 738 bytes (added by , 5 years ago) |
---|
-
phpunit.xml.dist
7 7 convertWarningsToExceptions="true" 8 8 > 9 9 <testsuites> 10 <testsuite >10 <testsuite name="default"> 11 11 <directory suffix=".php">tests/phpunit/testcases/</directory> 12 12 </testsuite> 13 13 </testsuites> -
tests/phpunit/multisite.xml
10 10 <const name="WP_TESTS_MULTISITE" value="1" /> 11 11 </php> 12 12 <testsuites> 13 <testsuite >13 <testsuite name="default"> 14 14 <directory suffix=".php">./testcases/</directory> 15 15 </testsuite> 16 16 </testsuites>