Kaynağa Gözat

Update PHPUnit config

shalvah 6 yıl önce
ebeveyn
işleme
92a88e1db6
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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>