first commit
This commit is contained in:
14
wp-content/plugins/pixelyoursite/vendor/techcrunch/wp-async-task/phpunit.xml.dist
vendored
Normal file
14
wp-content/plugins/pixelyoursite/vendor/techcrunch/wp-async-task/phpunit.xml.dist
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user