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.
21 lines
575 B
21 lines
575 B
|
9 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
|
||
|
|
<phpunit colors="true" bootstrap="vendor/autoload.php">
|
||
|
|
<testsuites>
|
||
|
|
<testsuite name="KnpMenuBundle Test Suite">
|
||
|
|
<directory suffix="Test.php">./Tests/</directory>
|
||
|
|
</testsuite>
|
||
|
|
</testsuites>
|
||
|
|
|
||
|
|
<filter>
|
||
|
|
<whitelist>
|
||
|
|
<directory>./</directory>
|
||
|
|
<exclude>
|
||
|
|
<directory>./Resources</directory>
|
||
|
|
<directory>./Tests</directory>
|
||
|
|
<directory>./vendor</directory>
|
||
|
|
</exclude>
|
||
|
|
</whitelist>
|
||
|
|
</filter>
|
||
|
|
</phpunit>
|