Skip to content

Commit

Permalink
fix: phpunit.xml.dist設定見直し
Browse files Browse the repository at this point in the history
  • Loading branch information
akagane99 committed Apr 12, 2018
1 parent c776432 commit 38e73a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -5,13 +5,13 @@
<directory suffix=".php">app</directory>
<directory suffix=".ctp">app</directory>
<exclude>
<directory suffix=".php">tools</directory>
<directory suffix=".php">app/Config</directory>
<directory suffix=".php">app/Lib</directory>
<directory suffix=".php">app/Plugin</directory>
<directory suffix=".php">app/Test</directory>
<directory suffix=".php">app/Vendor</directory>
<directory suffix=".php">app/tmp</directory>
<directory suffix=".php">vendors</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit 38e73a1

Please sign in to comment.