Browse Source

Fix phpunit.

Josh Manders 8 years ago
parent
commit
d00fdbcd1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpunit.xml

+ 1 - 1
phpunit.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <phpunit backupGlobals="false"
          backupStaticAttributes="false"
-         bootstrap="bootstrap/autoload.php"
+         bootstrap="vendor/autoload.php"
          colors="true"
          convertErrorsToExceptions="true"
          convertNoticesToExceptions="true"