Skip to content

Commit f5e34e4

Browse files
committed
Enhancement: Simplify test bootstrapping
1 parent 45bfb22 commit f5e34e4

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
processIsolation="false"
1010
stopOnFailure="false"
1111
syntaxCheck="false"
12-
bootstrap="tests/bootstrap.php"
12+
bootstrap="vendor/autoload.php"
1313
verbose="true"
1414
>
1515
<testsuites>

tests/bootstrap.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)