X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=phpunit.xml.dist;h=951b5a145c5100e1cd17aa9bccdf64993a6dd66d;hp=19c1ece3fe218588b7df74d1ca053833125e91b3;hb=HEAD;hpb=2b9fe72b397a239c40f8c66d83506e0e2e8d5854 diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 19c1ece3..426a5e72 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,34 +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 + + + +