Skip to content

Commit 084e376

Browse files
authored
[TASK] Configure PHPUnit some more (MyIntervals#436)
- make things more strict - stop caching the result (as we don't need this at the moment) - make things more colorful
1 parent a2282d6 commit 084e376

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

phpunit.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<phpunit
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd">
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
4+
beStrictAboutChangesToGlobalState="true"
5+
beStrictAboutCoversAnnotation="true"
6+
cacheResult="false"
7+
colors="true"
8+
forceCoversAnnotation="true"
9+
>
410
<testsuites>
511
<testsuite name="Project Test Suite">
612
<directory>tests</directory>

0 commit comments

Comments
 (0)