Skip to content

Commit 41a919a

Browse files
committed
bootstrap fix
1 parent 2e956ba commit 41a919a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

+1-1
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="https://schema.phpunit.de/9.3/phpunit.xsd"
4-
bootstrap="vendor/autoload.php"
4+
bootstrap="vendor/silverstripe/cms/tests/bootstrap.php"
55
executionOrder="depends,defects"
66
forceCoversAnnotation="false"
77
beStrictAboutCoversAnnotation="true"

0 commit comments

Comments
 (0)