diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-30 10:58:59 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-30 10:58:59 +0100 |
commit | e11e03cb3221c7db241d745f9c3f8bb25a3e6aad (patch) | |
tree | 4527604654a3a6f1292aec8efa35ed73c08b6f9e /app/phpunit.xml.dist | |
parent | 3ba208b20516fbcc10868c753f53c1d7b94c4b0d (diff) | |
download | wallabag-e11e03cb3221c7db241d745f9c3f8bb25a3e6aad.tar.gz wallabag-e11e03cb3221c7db241d745f9c3f8bb25a3e6aad.tar.zst wallabag-e11e03cb3221c7db241d745f9c3f8bb25a3e6aad.zip |
fix phpunit
Diffstat (limited to 'app/phpunit.xml.dist')
-rw-r--r-- | app/phpunit.xml.dist | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app/phpunit.xml.dist b/app/phpunit.xml.dist index 2b41503b..463d3384 100644 --- a/app/phpunit.xml.dist +++ b/app/phpunit.xml.dist | |||
@@ -8,19 +8,13 @@ | |||
8 | bootstrap="bootstrap.php.cache" | 8 | bootstrap="bootstrap.php.cache" |
9 | > | 9 | > |
10 | <testsuites> | 10 | <testsuites> |
11 | <testsuite name="Project Test Suite"> | 11 | <testsuite name="wallabag Test Suite"> |
12 | <directory>../src/*/*Bundle/Tests</directory> | 12 | <directory>../src/*/*Bundle/Tests</directory> |
13 | <directory>../src/*/Bundle/*Bundle/Tests</directory> | 13 | <directory>../src/*/Bundle/*Bundle/Tests</directory> |
14 | <directory>../src/*Bundle/Tests</directory> | 14 | <directory>../src/*Bundle/Tests</directory> |
15 | </testsuite> | 15 | </testsuite> |
16 | </testsuites> | 16 | </testsuites> |
17 | 17 | ||
18 | <!-- | ||
19 | <php> | ||
20 | <server name="KERNEL_DIR" value="/path/to/your/app/" /> | ||
21 | </php> | ||
22 | --> | ||
23 | |||
24 | <filter> | 18 | <filter> |
25 | <whitelist> | 19 | <whitelist> |
26 | <directory>../src</directory> | 20 | <directory>../src</directory> |