Skip to content

Instantly share code, notes, and snippets.

@junichi11
Created October 6, 2012 14:04
Show Gist options
  • Save junichi11/3845010 to your computer and use it in GitHub Desktop.
Save junichi11/3845010 to your computer and use it in GitHub Desktop.
PHPUnit for CakePHP (exclude core)
<phpunit>
<filter>
<blacklist>
<directory suffix=".php">path\to\NetBeansProjects\cakephp\lib</directory>
</blacklist>
</filter>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment