瀏覽代碼

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>