Skip to content

Commit cbaf1de

Browse files
committed
use composer autoloader
1 parent fcdc885 commit cbaf1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
66
backupGlobals="false"
77
colors="true"
8-
bootstrap="app/autoload.php"
8+
bootstrap="vendor/autoload.php"
99
convertErrorsToExceptions="true"
1010
convertNoticesToExceptions="true"
1111
convertWarningsToExceptions="true"

0 commit comments

Comments
 (0)