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.
2 parents c3e1674 + 70525b0 commit 1146696Copy full SHA for 1146696
phpunit.xml.dist
@@ -1,14 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit backupGlobals="false"
3
- backupStaticAttributes="false"
4
colors="true"
5
- convertErrorsToExceptions="true"
6
- convertNoticesToExceptions="true"
7
- convertWarningsToExceptions="true"
8
- processIsolation="false"
9
- stopOnFailure="false"
10
- syntaxCheck="false"
11
- bootstrap="tests/bootstrap.php"
+ bootstrap="vendor/autoload.php"
12
>
13
<testsuites>
14
<testsuite name="PHP Matcher Test Suite">
tests/bootstrap.php
0 commit comments