Explorar el Código

Fix exclude file

Sergio hace 5 años
padre
commit
75c7c644aa
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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>