Skip to content

Commit 71e793b

Browse files
committed
added correct test suites
1 parent ac26865 commit 71e793b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

phpunit.xml.dist

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@
77
convertDeprecationsToExceptions="false"
88
>
99
<testsuites>
10-
<testsuite name="Neo4j php test suite">
11-
<directory>./tests</directory>
10+
<testsuite name="Integration">
11+
<directory>./tests/Integration</directory>
12+
</testsuite>
13+
<testsuite name="Performance">
14+
<directory>./tests/Performance</directory>
15+
</testsuite>
16+
<testsuite name="Unit">
17+
<directory>./tests/Unit</directory>
1218
</testsuite>
1319
</testsuites>
1420
</phpunit>

0 commit comments

Comments
 (0)