Skip to content

Commit 037fcf7

Browse files
committed
Update PHPUnit config file
1 parent 906ff25 commit 037fcf7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

phpunit.xml.dist

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@
88
convertWarningsToExceptions="true"
99
>
1010
<testsuites>
11-
<testsuite name="testing">
11+
<testsuite name="Testing">
1212
<directory prefix="test-" suffix=".php">./tests/</directory>
1313
</testsuite>
1414
</testsuites>
15+
<testsuites>
16+
<testsuite name="SPIO Main">
17+
<directory suffix=".php">./tests/php/</directory>
18+
</testsuite>
19+
</testsuites>
1520
</phpunit>

0 commit comments

Comments
 (0)