2012-04-13 10:20:54 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-02-09 14:32:43 +01:00
|
|
|
<phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" verbose="false" bootstrap="tests/bootstrap.php">
|
2020-02-13 00:23:11 +01:00
|
|
|
<php>
|
|
|
|
|
<env name="SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT" value="true"/>
|
2021-12-20 10:46:53 +01:00
|
|
|
<env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled" />
|
2020-02-13 00:23:11 +01:00
|
|
|
</php>
|
2012-04-13 10:20:54 +02:00
|
|
|
<testsuites>
|
2022-02-09 14:32:43 +01:00
|
|
|
<testsuite name="Alchemy">
|
|
|
|
|
<directory>tests/Alchemy/BinaryDriver</directory>
|
|
|
|
|
</testsuite>
|
|
|
|
|
<testsuite name="FFMpeg Unit">
|
|
|
|
|
<directory>tests/FFMpeg/Unit</directory>
|
2016-03-06 23:38:04 +01:00
|
|
|
</testsuite>
|
2022-02-09 14:32:43 +01:00
|
|
|
<testsuite name="FFMpeg Functional">
|
|
|
|
|
<directory>tests/FFMpeg/Functional</directory>
|
2012-04-13 10:20:54 +02:00
|
|
|
</testsuite>
|
|
|
|
|
</testsuites>
|
|
|
|
|
<filter>
|
2020-02-13 00:23:11 +01:00
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
|
<directory suffix=".php">src/</directory>
|
|
|
|
|
</whitelist>
|
2012-04-13 10:20:54 +02:00
|
|
|
</filter>
|
|
|
|
|
</phpunit>
|
|
|
|
|
|