Browse Source

Fix exclude file

Sergio 4 năm trước cách đây
mục cha
commit
75c7c644aa
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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>