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 03363b5 commit 39aa82dCopy full SHA for 39aa82d
phpunit.xml
@@ -1,16 +1,16 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit backupGlobals="false"
3
backupStaticAttributes="false"
4
- bootstrap="./tests/bootstrap.php"
+ beStrictAboutTestsThatDoNotTestAnything="true"
5
+ beStrictAboutOutputDuringTests="true"
6
+ bootstrap="vendor/autoload.php"
7
colors="true"
8
convertErrorsToExceptions="true"
9
convertNoticesToExceptions="true"
10
convertWarningsToExceptions="true"
11
processIsolation="false"
12
stopOnError="false"
13
stopOnFailure="false"
- syntaxCheck="true"
- strict="true"
14
verbose="true"
15
>
16
<testsuites>
tests/bootstrap.php
0 commit comments