-
-
Save Yennick/206291ea1c20cdf46a17 to your computer and use it in GitHub Desktop.
cakephp phpunit.xml
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> | |
<filter> | |
<!-- Exclude directories for coverrage. --> | |
<blacklist> | |
<directory suffix=".php">bin</directory> | |
<directory suffix=".php">cakephp</directory> | |
<directory suffix=".php">*/Config/Migration</directory> | |
<directory suffix=".php">*/Config/Schema</directory> | |
<directory suffix=".php">*/Console/Templates</directory> | |
<directory suffix=".php">*/Lib</directory> | |
<directory suffix=".php">*/Plugin</directory> | |
<directory suffix=".php">*/Test</directory> | |
<directory suffix=".php">*/tmp</directory> | |
<directory suffix=".php">*/Vendor</directory> | |
<directory suffix=".php">*/webroot</directory> | |
</blacklist> | |
</filter> | |
</phpunit> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment