Browse Source

Update PHPUnit config

shalvah 6 years ago
parent
commit
92a88e1db6
1 changed files with 3 additions and 3 deletions
  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>