Created
June 30, 2014 12:35
-
-
Save tadasy/6b1bf7a5cbfd79b6b3c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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