Browse Source

Added whitelist to remove warning for upcoming phpunit 4.8

Martins Sipenko 9 years ago
parent
commit
19e97fc9db
1 changed files with 5 additions and 0 deletions
  1. 5 0
      phpunit.xml

+ 5 - 0
phpunit.xml

@@ -14,6 +14,11 @@
             <directory>./tests/</directory>
         </testsuite>
     </testsuites>
+    <filter>
+        <whitelist>
+            <directory suffix=".php">app/</directory>
+        </whitelist>
+    </filter>
     <php>
         <env name="APP_ENV" value="testing"/>
         <env name="CACHE_DRIVER" value="array"/>