فهرست منبع

Fix exclude file

Sergio 4 سال پیش
والد
کامیت
75c7c644aa
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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>