Skip to content

Commit 7f79f64

Browse files
authored
ci(phpunit): migrate config (#103)
1 parent 3a6c74f commit 7f79f64

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

phpunit.xml.dist

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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"
@@ -13,16 +12,18 @@
1312
failOnNotice="true"
1413
failOnWarning="true"
1514
>
16-
<testsuites>
17-
<testsuite name="Test Suite">
18-
<directory>tests</directory>
19-
<exclude>tests/TestCheck/Fixtures/*</exclude>
20-
</testsuite>
21-
</testsuites>
22-
<coverage />
23-
<source>
24-
<include>
25-
<directory suffix=".php">src</directory>
26-
</include>
27-
</source>
15+
<testsuites>
16+
<testsuite name="Test Suite">
17+
<directory>tests</directory>
18+
<exclude>tests/TestCheck/Fixtures/*</exclude>
19+
</testsuite>
20+
</testsuites>
21+
22+
<coverage />
23+
24+
<source>
25+
<include>
26+
<directory>src</directory>
27+
</include>
28+
</source>
2829
</phpunit>

0 commit comments

Comments
 (0)