Created
September 8, 2015 20:56
-
-
Save chukShirley/8aa5a02e15ad7b70d006 to your computer and use it in GitHub Desktop.
PHPUnit XML Configuration
This file contains 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 bootstrap="../../../vendor/autoload.php" | |
backupGlobals="false" | |
backupStaticAttributes="false" | |
colors="true" | |
verbose="true"> | |
<testsuites> | |
<testsuite name="loadEntry"> | |
<sirectory suffix="Test.php">./LoadEntryTest</sirectory> | |
</testsuite> | |
</testsuites> | |
</phpunit> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment