X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=phpunit.xml.dist;h=426a5e72064a980b86d9c18aa79fdb465615b3f3;hb=refs%2Fheads%2Fphp73;hp=19c1ece3fe218588b7df74d1ca053833125e91b3;hpb=2b9fe72b397a239c40f8c66d83506e0e2e8d5854;p=github%2Fwallabag%2Fwallabag.git 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 + + + +