Explorar o código

Move exclude inside of whitelist

Marcel Pociot %!s(int64=9) %!d(string=hai) anos
pai
achega
e5c28445fe
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      phpunit.xml

+ 4 - 4
phpunit.xml

@@ -12,15 +12,15 @@
     <testsuites>
         <testsuite name="Versionable Suite">
             <directory>tests/</directory>
-            <exclude>
-                <file>src/Mpociot/ApiDoc/ApiDocGeneratorServiceProvider.php</file>
-                <file>src/resources/views/documentarian.blade.php</file>
-            </exclude>
         </testsuite>
     </testsuites>
     <filter>
         <whitelist>
             <directory suffix=".php">src/Mpociot/</directory>
+            <exclude>
+                <file>src/Mpociot/ApiDoc/ApiDocGeneratorServiceProvider.php</file>
+                <file>src/resources/views/documentarian.blade.php</file>
+            </exclude>
         </whitelist>
     </filter>
 </phpunit>