* GitHub actions + style fixes + updated packages * Fixed workflows dir * Support for PHP 8.1 (#1) * Update README.md * Revert some changes from upstream
24 lines
1 KiB
XML
24 lines
1 KiB
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" verbose="false" bootstrap="tests/bootstrap.php">
|
|
<php>
|
|
<env name="SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT" value="true"/>
|
|
<env name="SYMFONY_DEPRECATIONS_HELPER" value="disabled" />
|
|
</php>
|
|
<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>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">src/</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|
|
|