ffmpeg-mappable-media/phpunit.xml.dist

25 lines
1 KiB
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" verbose="false" bootstrap="tests/bootstrap.php">
<php>
<env name="SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT" value="true"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled" />
</php>
2012-04-13 10:20:54 +02:00
<testsuites>
<testsuite name="Alchemy">
<directory>tests/Alchemy/BinaryDriver</directory>
</testsuite>
<testsuite name="FFMpeg Unit">
<directory>tests/FFMpeg/Unit</directory>
</testsuite>
<testsuite name="FFMpeg Functional">
<directory>tests/FFMpeg/Functional</directory>
2012-04-13 10:20:54 +02:00
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src/</directory>
</whitelist>
2012-04-13 10:20:54 +02:00
</filter>
</phpunit>