You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
680 B
24 lines
680 B
|
9 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
|
||
|
|
<phpunit bootstrap="./Tests/bootstrap.php" colors="true">
|
||
|
|
|
||
|
|
<testsuites>
|
||
|
|
<testsuite name="FOSUserBundle test suite">
|
||
|
|
<directory suffix="Test.php">./Tests</directory>
|
||
|
|
</testsuite>
|
||
|
|
</testsuites>
|
||
|
|
|
||
|
|
<filter>
|
||
|
|
<whitelist>
|
||
|
|
<directory>./</directory>
|
||
|
|
<exclude>
|
||
|
|
<directory>./Resources</directory>
|
||
|
|
<directory>./Tests</directory>
|
||
|
|
<directory>./vendor</directory>
|
||
|
|
<directory>./Propel/map</directory>
|
||
|
|
<directory>./Propel/om</directory>
|
||
|
|
</exclude>
|
||
|
|
</whitelist>
|
||
|
|
</filter>
|
||
|
|
</phpunit>
|