Skip to content

Commit f9b9646

Browse files
Fixed tests environment
1 parent 09715b7 commit f9b9646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4-
bootstrap="phpunit.php"
4+
bootstrap="vendor/autoload.php"
55
cacheResult="false"
66
colors="true"
77
>

0 commit comments

Comments
 (0)