Created
January 14, 2011 11:13
-
-
Save karlforshaw/779481 to your computer and use it in GitHub Desktop.
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
<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