Skip to content

Instantly share code, notes, and snippets.

@HNygard
Created March 19, 2012 14:40
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 HNygard/2114649 to your computer and use it in GitHub Desktop.
Save HNygard/2114649 to your computer and use it in GitHub Desktop.
PHPUnit XML
<?xml version="1.0" encoding="utf-8" ?>
<phpunit>
<testsuite name='MyTestSuite'>
<directory prefix='X' suffix='.php'>../../</directory>
</testsuite>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment