Skip to content

Commit 04afc10

Browse files
author
Coen Zimmerman
committed
Added missing bootstrap for phpunit
1 parent 3a585ea commit 04afc10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit backupGlobals="false"
33
backupStaticAttributes="false"
4+
bootstrap="vendor/autoload.php"
45
colors="true"
56
convertErrorsToExceptions="true"
67
convertNoticesToExceptions="true"

0 commit comments

Comments
 (0)