diff options
-rw-r--r-- | app/phpunit.xml.dist (renamed from phpunit.xml.dist) | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/phpunit.xml.dist b/app/phpunit.xml.dist index a26ead3a..0be14ca9 100644 --- a/phpunit.xml.dist +++ b/app/phpunit.xml.dist | |||
@@ -5,23 +5,21 @@ | |||
5 | xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" | 5 | xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" |
6 | backupGlobals="false" | 6 | backupGlobals="false" |
7 | colors="true" | 7 | colors="true" |
8 | bootstrap="bootstrap.php.cache" | ||
8 | > | 9 | > |
9 | <testsuites> | 10 | <testsuites> |
10 | <testsuite name="wallabag Test Suite"> | 11 | <testsuite name="wallabag Test Suite"> |
11 | <directory>src/Wallabag/*Bundle/Tests</directory> | 12 | <directory>../src/Wallabag/CoreBundle/Tests</directory> |
12 | </testsuite> | 13 | </testsuite> |
13 | </testsuites> | 14 | </testsuites> |
14 | 15 | ||
15 | <filter> | 16 | <filter> |
16 | <whitelist> | 17 | <whitelist> |
17 | <directory>src</directory> | 18 | <directory>../src</directory> |
18 | <exclude> | 19 | <exclude> |
19 | <directory>src/*Bundle/Resources</directory> | 20 | <directory>../vendor</directory> |
20 | <directory>src/*Bundle/Tests</directory> | 21 | <directory>../src/Acme</directory> |
21 | <directory>src/*/*Bundle/Resources</directory> | 22 | <directory>../src/AppBundle</directory> |
22 | <directory>src/*/*Bundle/Tests</directory> | ||
23 | <directory>src/*/Bundle/*Bundle/Resources</directory> | ||
24 | <directory>src/*/Bundle/*Bundle/Tests</directory> | ||
25 | </exclude> | 23 | </exclude> |
26 | </whitelist> | 24 | </whitelist> |
27 | </filter> | 25 | </filter> |