26 lines
643 B
Plaintext
26 lines
643 B
Plaintext
|
<?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>
|