Skip to content

Commit 838d59c

Browse files
committed
Better configuration
1 parent 642be24 commit 838d59c

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

phpunit.xml

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd"
3-
beStrictAboutChangesToGlobalState="true"
4-
beStrictAboutOutputDuringTests="true"
5-
beStrictAboutTodoAnnotatedTests="true"
6-
bootstrap="vendor/autoload.php"
7-
colors="true"
8-
convertDeprecationsToExceptions="true"
9-
forceCoversAnnotation="true"
10-
verbose="true">
1+
<phpunit
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd"
4+
beStrictAboutChangesToGlobalState="true"
5+
beStrictAboutOutputDuringTests="true"
6+
beStrictAboutTodoAnnotatedTests="true"
7+
cacheResult="false"
8+
colors="true"
9+
convertDeprecationsToExceptions="true"
10+
forceCoversAnnotation="true"
11+
verbose="true"
12+
>
1113
<testsuites>
1214
<testsuite name="Project Test Suite">
1315
<directory>tests</directory>

0 commit comments

Comments
 (0)