Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 6b1a151

Browse files
committed
Fix: Be strict during tests
1 parent c4396d6 commit 6b1a151

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
55
backupGlobals="false"
6+
beStrictAboutChangesToGlobalState="true"
7+
beStrictAboutOutputDuringTests="true"
8+
beStrictAboutTestsThatDoNotTestAnything="true"
69
bootstrap="./module/Application/test/bootstrap.php"
710
colors="true"
811
columns="max"

0 commit comments

Comments
 (0)