1
0
mirror of https://github.com/Intervention/image.git synced 2025-02-06 13:59:12 +01:00
intervention_image/phpunit.xml

19 lines
570 B
XML
Raw Permalink Normal View History

2013-02-15 20:01:53 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
2013-09-24 16:31:35 +02:00
colors="true"
2013-02-15 20:01:53 +01:00
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
>
<testsuites>
<testsuite name="Package Test Suite">
2014-05-10 20:28:08 +02:00
<directory suffix=".php">./tests/</directory>
2013-02-15 20:01:53 +01:00
</testsuite>
</testsuites>
</phpunit>