ffmpeg-mappable-media/phpunit.xml.dist

31 lines
820 B
Text
Raw Normal View History

2012-04-13 10:20:54 +02: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="true"
verbose="false"
2013-06-25 10:03:20 +02:00
bootstrap="tests/bootstrap.php"
2012-04-13 10:20:54 +02:00
>
<testsuites>
<testsuite name="unit">
<directory>tests/Unit</directory>
</testsuite>
<testsuite name="functional">
<directory>tests/Functional</directory>
2012-04-13 10:20:54 +02:00
</testsuite>
</testsuites>
2012-04-13 10:20:54 +02:00
<filter>
<blacklist>
<directory>vendor</directory>
<directory>tests</directory>
</blacklist>
</filter>
</phpunit>