Skip to content

Commit

Permalink
Create phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
akagane99 committed Dec 14, 2018
1 parent 5648618 commit d35efab
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendors/autoload.php">
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".ctp">app/Plugin/Nc2ToNc3</directory>
<directory suffix=".php">app/Plugin/Nc2ToNc3</directory>
<exclude>
<directory suffix=".php">app/Plugin/Nc2ToNc3/Config/Migration</directory>
<directory suffix=".php">app/Plugin/Nc2ToNc3/Config/Schema</directory>
<directory suffix=".php">app/Plugin/Nc2ToNc3/Test/Case</directory>
<directory suffix=".php">app/Plugin/Nc2ToNc3/Test/Fixture</directory>
</exclude>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-html" target="build/logs/clover"/>
</logging>
</phpunit>

0 comments on commit d35efab

Please sign in to comment.