Files
EmailValidator/tests/phpunit.xml.dist
T
2013-06-16 18:55:21 +02:00

27 lines
673 B
XML

<?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="bootstrap.php"
>
<testsuites>
<testsuite name="EmailValidator Test Suite">
<directory>./tests/egulias/Tests/*.Test.php</directory>
<exclude>./vendor/</exclude>
</testsuite>
</testsuites>
<filter>
<blacklist>
<directory>../vendor</directory>
</blacklist>
</filter>
</phpunit>