Skip to content

Instantly share code, notes, and snippets.

@atwellpub
Created May 19, 2015 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atwellpub/63e41e4701bd1aa3331e to your computer and use it in GitHub Desktop.
Save atwellpub/63e41e4701bd1aa3331e to your computer and use it in GitHub Desktop.
failing phpunit.xml
<phpunit bootstrap="./bootstrap.php" backupGlobals="false" colors="true">
<testsuites>
<!-- Default test suite to run all tests -->
<testsuite>
<directory prefix="test." suffix=".php">wordpress-default/wp-content/plugins/cta/tests/phpunit/</directory>
</testsuite>
<!-- Default test suite to run all tests -->
<testsuite>
<directory prefix="test." suffix=".php">wordpress-default/wp-content/plugins/landing-pages/tests/phpunit/</directory>
</testsuite>
<!-- Default test suite to run all tests -->
<testsuite>
<directory prefix="test." suffix=".php">wordpress-default/wp-content/plugins/leads/tests/phpunit/</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment