Skip to content

Commit c8f01f7

Browse files
committed
Add composer autoloader to phpunit bootstrap.
1 parent 951a4d0 commit c8f01f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<phpunit>
1+
<phpunit bootstrap="vendor/autoload.php">
22
<testsuites>
33
<testsuite name="all">
44
<directory>tests</directory>

0 commit comments

Comments
 (0)