]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/phpunit.xml.dist
Merge pull request #1132 from wallabag/v2-theme
[github/wallabag/wallabag.git] / app / phpunit.xml.dist
CommitLineData
367664ee
NL
1<?xml version="1.0" encoding="UTF-8"?>
2
aa6e27cf
J
3<phpunit backupGlobals="false"
4 backupStaticAttributes="false"
367664ee 5 colors="true"
aa6e27cf
J
6 convertErrorsToExceptions="true"
7 convertNoticesToExceptions="true"
8 convertWarningsToExceptions="true"
9 processIsolation="false"
10 stopOnFailure="false"
11 syntaxCheck="false"
4ffc77d9 12 bootstrap="bootstrap.php.cache"
aa6e27cf
J
13 >
14
367664ee
NL
15 <testsuites>
16 <testsuite name="wallabag Test Suite">
4ffc77d9 17 <directory>../src/Wallabag/CoreBundle/Tests</directory>
367664ee
NL
18 </testsuite>
19 </testsuites>
20
21 <filter>
22 <whitelist>
4ffc77d9 23 <directory>../src</directory>
367664ee 24 <exclude>
4ffc77d9 25 <directory>../vendor</directory>
9c0c8820
J
26 <directory>../src/Wallabag/CoreBundle/Resources</directory>
27 <directory>../src/Wallabag/CoreBundle/Tests</directory>
28 <directory>../src/Wallabag/CoreBundle/DataFixtures</directory>
367664ee
NL
29 </exclude>
30 </whitelist>
31 </filter>
32</phpunit>