1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-28 11:52:22 -05:00
wallabag/vendor/symfony/options-resolver/Symfony/Component/OptionsResolver/phpunit.xml.dist

30 lines
833 B
Plaintext
Raw Normal View History

2013-08-03 13:26:54 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="vendor/autoload.php"
>
<testsuites>
<testsuite name="Symfony OptionsResolver Component Test Suite">
<directory>./Tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./</directory>
<exclude>
<directory>./Resources</directory>
<directory>./Tests</directory>
</exclude>
</whitelist>
</filter>
</phpunit>