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 2ce6714 commit e16c087Copy full SHA for e16c087
phpunit.xml.dist
@@ -8,7 +8,16 @@
8
9
<testsuites>
10
<testsuite name="Symfony CmfRoutingBundle Test Suite">
11
- <directory>./Tests</directory>
+ <directory>./Tests/Unit</directory>
12
+ </testsuite>
13
+
14
+ <testsuite name="phpcr">
15
+ <directory>./Tests/Functional</directory>
16
+ <exclude>./Tests/Functional/Doctrine/Orm</exclude>
17
18
19
+ <testsuite name="orm">
20
+ <directory>./Tests/Functional/Doctrine/Orm</directory>
21
</testsuite>
22
</testsuites>
23
0 commit comments