Skip to content

Instantly share code, notes, and snippets.

@baghayi
Created January 14, 2013 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baghayi/4534079 to your computer and use it in GitHub Desktop.
Save baghayi/4534079 to your computer and use it in GitHub Desktop.
phpunit sample xml file (phpunit.xml)
<testsuites>
<testsuite>
<directory suffix=".php">Test</directory>
</testsuite>
</testsuites>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment