X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=phpunit.xml.dist;h=951b5a145c5100e1cd17aa9bccdf64993a6dd66d;hp=d628ac335f7849a6b9edd2228509812b016e28e0;hb=HEAD;hpb=3ba208b20516fbcc10868c753f53c1d7b94c4b0d diff --git a/phpunit.xml.dist b/phpunit.xml.dist index d628ac33..426a5e72 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,33 +1,37 @@ - - + xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd" + backupGlobals="false" + colors="true" + bootstrap="vendor/autoload.php" +> + + + + tests + + - - - src/*/*Bundle/Tests - src/*/Bundle/*Bundle/Tests - src/*Bundle/Tests - - + + + + + - - - src - - src/*Bundle/Resources - src/*Bundle/Tests - src/*/*Bundle/Resources - src/*/*Bundle/Tests - src/*/Bundle/*Bundle/Resources - src/*/Bundle/*Bundle/Tests - - - + + + src + + vendor + src/Wallabag/*Bundle/Resources + src/Wallabag/*Bundle/Tests + src/Wallabag/*Bundle/DataFixtures + + + - \ No newline at end of file + + + +