Skip to content

Instantly share code, notes, and snippets.

@chukShirley
Created September 8, 2015 20:56
Show Gist options
  • Save chukShirley/8aa5a02e15ad7b70d006 to your computer and use it in GitHub Desktop.
Save chukShirley/8aa5a02e15ad7b70d006 to your computer and use it in GitHub Desktop.
PHPUnit XML Configuration
<?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