diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-03-04 06:25:17 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-03-04 06:25:17 +0100 |
commit | 73b774438395d0ed74d0fd863194d2ebfb68d9ce (patch) | |
tree | 72915c5a83a5d30889b81872b5941c9aa3962dc1 /app/phpunit.xml.dist | |
parent | ba7b9d48d407f87690a3fdc199b37714d2a52897 (diff) | |
parent | 8378485e332e11dcd59ed4fb8edac77b2f8f8d71 (diff) | |
download | wallabag-73b774438395d0ed74d0fd863194d2ebfb68d9ce.tar.gz wallabag-73b774438395d0ed74d0fd863194d2ebfb68d9ce.tar.zst wallabag-73b774438395d0ed74d0fd863194d2ebfb68d9ce.zip |
Merge pull request #1144 from wallabag/v2-build
Simplify build system
Diffstat (limited to 'app/phpunit.xml.dist')
-rw-r--r-- | app/phpunit.xml.dist | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app/phpunit.xml.dist b/app/phpunit.xml.dist deleted file mode 100644 index b8f38ff8..00000000 --- a/app/phpunit.xml.dist +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | |||
3 | <phpunit backupGlobals="false" | ||
4 | backupStaticAttributes="false" | ||
5 | colors="true" | ||
6 | convertErrorsToExceptions="true" | ||
7 | convertNoticesToExceptions="true" | ||
8 | convertWarningsToExceptions="true" | ||
9 | processIsolation="false" | ||
10 | stopOnFailure="false" | ||
11 | syntaxCheck="false" | ||
12 | bootstrap="bootstrap.php.cache" | ||
13 | > | ||
14 | |||
15 | <testsuites> | ||
16 | <testsuite name="wallabag Test Suite"> | ||
17 | <directory>../src/Wallabag/CoreBundle/Tests</directory> | ||
18 | </testsuite> | ||
19 | </testsuites> | ||
20 | |||
21 | <filter> | ||
22 | <whitelist> | ||
23 | <directory>../src</directory> | ||
24 | <exclude> | ||
25 | <directory>../vendor</directory> | ||
26 | <directory>../src/Wallabag/CoreBundle/Resources</directory> | ||
27 | <directory>../src/Wallabag/CoreBundle/Tests</directory> | ||
28 | <directory>../src/Wallabag/CoreBundle/DataFixtures</directory> | ||
29 | </exclude> | ||
30 | </whitelist> | ||
31 | </filter> | ||
32 | </phpunit> | ||