Skip to content

Commit 553b28e

Browse files
Fix broken PHPUnit configuration (#40)
1 parent 97868dd commit 553b28e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpunit.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
<testsuite name="functional">
1414
<directory>tests/Functional</directory>
1515
</testsuite>
16-
<testsuite name="unit">
17-
<directory>tests/Unit</directory>
18-
</testsuite>
1916
</testsuites>
2017
<logging>
2118
<log type="coverage-html" target="build/coverage" lowUpperBound="35"

0 commit comments

Comments
 (0)