Abdullah Almsaeed 7 years ago
parent
commit
42a2efc62f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      phpunit.xml

+ 2 - 2
phpunit.xml

@@ -6,7 +6,7 @@
     <testsuites>
         <testsuite name="default">
             <directory suffix=".test">./test/</directory>
-            <exclude>tests/bootstrap.php</exclude>
+            <exclude>test/bootstrap.php</exclude>
         </testsuite>
     </testsuites>
-</phpunit>
+</phpunit>