Ver Fonte

Fix exclude file

Sergio há 4 anos atrás
pai
commit
75c7c644aa
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      phpunit.xml

+ 3 - 0
phpunit.xml

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