Skip to content

Commit 39aa82d

Browse files
Upgraded phpunit config
1 parent 03363b5 commit 39aa82d

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

phpunit.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit backupGlobals="false"
33
backupStaticAttributes="false"
4-
bootstrap="./tests/bootstrap.php"
4+
beStrictAboutTestsThatDoNotTestAnything="true"
5+
beStrictAboutOutputDuringTests="true"
6+
bootstrap="vendor/autoload.php"
57
colors="true"
68
convertErrorsToExceptions="true"
79
convertNoticesToExceptions="true"
810
convertWarningsToExceptions="true"
911
processIsolation="false"
1012
stopOnError="false"
1113
stopOnFailure="false"
12-
syntaxCheck="true"
13-
strict="true"
1414
verbose="true"
1515
>
1616
<testsuites>

tests/bootstrap.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)