Skip to content

Commit 697ca84

Browse files
committed
Changed PHPUnit configuration to use bootstrap file
1 parent e63cc09 commit 697ca84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="vendor/autoload.php" colors="false">
2+
<phpunit bootstrap="Tests/bootstrap.php" colors="false">
33
<testsuites>
44
<testsuite name="Unit">
55
<directory>Tests</directory>

0 commit comments

Comments
 (0)