15 lines
277 B
XML
15 lines
277 B
XML
<phpunit
|
|
bootstrap="./bootstrap.php.dist"
|
|
colors="true">
|
|
<testsuites>
|
|
<testsuite>
|
|
<directory suffix="Test.php">./tests/phpunit/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist>
|
|
<file>./wp-async-task.php</file>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|