comparison vendor/symfony-cmf/routing/phpunit.xml.dist @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c75dbcec494b
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
4 <phpunit
5 colors="true"
6 bootstrap="vendor/symfony-cmf/testing/bootstrap/bootstrap.php"
7 >
8
9 <testsuites>
10 <testsuite name="Symfony Cmf Routing Test Suite">
11 <directory>./Tests</directory>
12 </testsuite>
13 </testsuites>
14
15 <filter>
16 <whitelist addUncoveredFilesFromWhitelist="true">
17 <directory>.</directory>
18 <exclude>
19 <directory>Test/</directory>
20 <directory>Tests/</directory>
21 <directory>vendor/</directory>
22 </exclude>
23 </whitelist>
24 </filter>
25
26 </phpunit>