We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac26865 commit 71e793bCopy full SHA for 71e793b
phpunit.xml.dist
@@ -7,8 +7,14 @@
7
convertDeprecationsToExceptions="false"
8
>
9
<testsuites>
10
- <testsuite name="Neo4j php test suite">
11
- <directory>./tests</directory>
+ <testsuite name="Integration">
+ <directory>./tests/Integration</directory>
12
+ </testsuite>
13
+ <testsuite name="Performance">
14
+ <directory>./tests/Performance</directory>
15
16
+ <testsuite name="Unit">
17
+ <directory>./tests/Unit</directory>
18
</testsuite>
19
</testsuites>
20
</phpunit>
0 commit comments