Skip to content

Instantly share code, notes, and snippets.

@tadasy
Created June 30, 2014 12:35
Show Gist options
  • Save tadasy/6b1bf7a5cbfd79b6b3c1 to your computer and use it in GitHub Desktop.
Save tadasy/6b1bf7a5cbfd79b6b3c1 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
strict="true"
colors="true"
verbose="true">
<testsuites>
<testsuite name="Version">
<directory suffix="Test.php">.</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment