瀏覽代碼

auth tests

Alexander Musikhin 2 周之前
父節點
當前提交
5c90c21962
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      phpunit.xml

+ 6 - 0
phpunit.xml

@@ -17,6 +17,12 @@
             <directory>app</directory>
         </include>
     </source>
+    <coverage>
+        <report>
+            <html outputDirectory="coverage"/>
+            <clover outputFile="coverage.xml"/>
+        </report>
+    </coverage>
     <php>
         <ini name="memory_limit" value="512M"/>
         <env name="APP_ENV" value="testing"/>