Skip to content

Instantly share code, notes, and snippets.

@Mausglov
Created March 30, 2014 21:08
Show Gist options
  • Save Mausglov/9879823 to your computer and use it in GitHub Desktop.
Save Mausglov/9879823 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<!-- disable backup globals for boosting -->
<phpunit bootstrap="bootstrap.php" backupGlobals="false">
<testsuites>
<testsuite name="bla-bla-bla">
<!-- all tests in that dir -->
<directory>./subdir</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment