Skip to content

Commit e16c087

Browse files
committed
Splitted tests in 3 testsuites: global, phpcr, orm
1 parent 2ce6714 commit e16c087

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

phpunit.xml.dist

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88

99
<testsuites>
1010
<testsuite name="Symfony CmfRoutingBundle Test Suite">
11-
<directory>./Tests</directory>
11+
<directory>./Tests/Unit</directory>
12+
</testsuite>
13+
14+
<testsuite name="phpcr">
15+
<directory>./Tests/Functional</directory>
16+
<exclude>./Tests/Functional/Doctrine/Orm</exclude>
17+
</testsuite>
18+
19+
<testsuite name="orm">
20+
<directory>./Tests/Functional/Doctrine/Orm</directory>
1221
</testsuite>
1322
</testsuites>
1423

0 commit comments

Comments
 (0)