tweak how autoloaders are called. adjust phpunit bootstrap.

This commit is contained in:
Taylor Otwell
2013-01-23 23:33:47 -06:00
parent d19398614b
commit 9d3c3ea038
4 changed files with 36 additions and 37 deletions

View File

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