ソースを参照

Update PHPUnit config

shalvah 6 年 前
コミット
92a88e1db6
1 ファイル変更3 行追加3 行削除
  1. 3 3
      phpunit.xml

+ 3 - 3
phpunit.xml

@@ -15,10 +15,10 @@
     </testsuites>
     <filter>
         <whitelist>
-            <directory suffix=".php">src/Mpociot/</directory>
+            <directory suffix=".php">src/</directory>
             <exclude>
-                <file>src/Mpociot/ApiDoc/ApiDocGeneratorServiceProvider.php</file>
-                <file>src/resources/views/documentarian.blade.php</file>
+                <file>src/ApiDocGeneratorServiceProvider.php</file>
+                <file>resources/views/documentarian.blade.php</file>
             </exclude>
         </whitelist>
     </filter>