2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-07 14:24:04 +08:00
Files
panel/vendor/intervention/imagecache/phpunit.xml
2022-11-17 00:18:56 +08:00

17 lines
556 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
>
<testsuites>
<testsuite name="Package Test Suite">
<directory suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>