We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23b9fe commit 6b17fd6Copy full SHA for 6b17fd6
phpunit.xml
@@ -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.6/phpunit.xsd"
4
- bootstrap="tests/bootstrap.php"
+ bootstrap="vendor/autoload.php"
5
cacheResultFile=".phpunit.cache/test-results"
6
executionOrder="depends,defects"
7
forceCoversAnnotation="true"
tests/bootstrap.php
0 commit comments