Skip to content

Commit 7be6630

Browse files
committed
update phpunit boostrap for composer autoloader
1 parent f36f645 commit 7be6630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="tests/bootstrap.php"
2+
<phpunit bootstrap="vendor/autoload.php"
33
backupGlobals="false"
44
verbose="true"
55
syntaxCheck="true"

0 commit comments

Comments
 (0)