Browse Source

Fix exclude file

Sergio 4 years ago
parent
commit
75c7c644aa
1 changed files with 3 additions and 0 deletions
  1. 3 0
      phpunit.xml

+ 3 - 0
phpunit.xml

@@ -16,6 +16,9 @@
     <filter>
     <filter>
         <whitelist processUncoveredFilesFromWhitelist="true">
         <whitelist processUncoveredFilesFromWhitelist="true">
             <directory suffix=".php">app</directory>
             <directory suffix=".php">app</directory>
+            <exclude>
+                <file>app/routes.php</file>
+            </exclude>
         </whitelist>
         </whitelist>
     </filter>
     </filter>
     <logging>
     <logging>