Skip to content

Commit 3a739f7

Browse files
authored
ci: migrate phpunit config (#168)
1 parent 2047d13 commit 3a739f7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

phpunit.xml.dist

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
55
beStrictAboutChangesToGlobalState="true"
66
beStrictAboutOutputDuringTests="true"
7-
beStrictAboutTodoAnnotatedTests="true"
87
executionOrder="random"
98
colors="true"
109
bootstrap="tests/bootstrap.php"
1110
>
12-
<testsuites>
13-
<testsuite name="Test Suite">
14-
<directory>tests</directory>
15-
</testsuite>
16-
</testsuites>
17-
<coverage/>
11+
<testsuites>
12+
<testsuite name="Test Suite">
13+
<directory>tests</directory>
14+
</testsuite>
15+
</testsuites>
1816

19-
<source>
20-
<include>
21-
<directory>src</directory>
22-
</include>
23-
</source>
17+
<coverage/>
18+
19+
<source>
20+
<include>
21+
<directory>src</directory>
22+
</include>
23+
</source>
2424
</phpunit>

0 commit comments

Comments
 (0)