This repository has been archived on 2025-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dumbo/vendor/nesbot/carbon/phpunit.xml.dist
2014-11-25 16:42:40 +01:00

25 lines
588 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="tests/TestFixture.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
>
<filter>
<whitelist>
<directory>src/Carbon</directory>
</whitelist>
</filter>
<testsuites>
<testsuite name="Carbon Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>