Skip to content

Instantly share code, notes, and snippets.

@karlforshaw
Created January 14, 2011 11:13
Show Gist options
  • Save karlforshaw/779481 to your computer and use it in GitHub Desktop.
Save karlforshaw/779481 to your computer and use it in GitHub Desktop.
<phpunit bootstrap="./application/bootstrap.php">
<testsuite name="default">
<directory suffix=".php">./</directory>
</testsuite>
<filter>
<whitelist>
<directory suffix=".php">../application/</directory>
<exclude>
<directory suffix=".phtml">../application/</directory>
</exclude>
</whitelist>
</filter>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment