|
@@ -15,8 +15,10 @@
|
15
|
15
|
|
16
|
16
|
<testsuites>
|
17
|
17
|
<testsuite name="Project Test Suite">
|
18
|
|
- <directory>../src/*/*Bundle/Tests</directory>
|
19
|
|
- <directory>../src/*/Bundle/*Bundle/Tests</directory>
|
|
18
|
+ <!--<directory>../src/*/*Bundle/Tests</directory>-->
|
|
19
|
+ <directory>../src/Muzich/CoreBundle/Tests/Controller</directory>
|
|
20
|
+ <directory>../src/Muzich/CoreBundle/Tests/ElementFactory</directory>
|
|
21
|
+ <directory>../src/Muzich/CoreBundle/Tests/Searcher</directory>
|
20
|
22
|
</testsuite>
|
21
|
23
|
</testsuites>
|
22
|
24
|
|
|
@@ -26,6 +28,7 @@
|
26
|
28
|
</php>
|
27
|
29
|
-->
|
28
|
30
|
|
|
31
|
+ <!--
|
29
|
32
|
<filter>
|
30
|
33
|
<whitelist>
|
31
|
34
|
<directory>../src</directory>
|
|
@@ -37,5 +40,6 @@
|
37
|
40
|
</exclude>
|
38
|
41
|
</whitelist>
|
39
|
42
|
</filter>
|
|
43
|
+ -->
|
40
|
44
|
|
41
|
45
|
</phpunit>
|