We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b01e59 commit b2f3263Copy full SHA for b2f3263
phpunit.xml.dist
@@ -1,5 +1,5 @@
1
<?xml version="1.0"?>
2
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="../../silverstripe/framework/tests/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd">
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd">
3
<testsuites>
4
<testsuite name="Default">
5
<directory suffix="Test.php">tests/PHPUnit</directory>
0 commit comments