We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e956ba commit 41a919aCopy full SHA for 41a919a
phpunit.xml.dist
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
4
- bootstrap="vendor/autoload.php"
+ bootstrap="vendor/silverstripe/cms/tests/bootstrap.php"
5
executionOrder="depends,defects"
6
forceCoversAnnotation="false"
7
beStrictAboutCoversAnnotation="true"
0 commit comments