Skip to content

Commit 5f071b1

Browse files
committed
Enhancement: Tweak phpunit configuration
1 parent b6c6124 commit 5f071b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

phpunit.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5+
colors="true"
6+
beStrictAboutChangesToGlobalState="true"
7+
beStrictAboutOutputDuringTests="true"
8+
beStrictAboutResourceUsageDuringSmallTests="true"
9+
beStrictAboutTestsThatDoNotTestAnything="true"
10+
beStrictAboutTodoAnnotatedTests="true"
11+
verbose="true"
512
>
613
<testsuites>
714
<testsuite name="Unit Tests">

0 commit comments

Comments
 (0)