28 lines
786 B
Plaintext
28 lines
786 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.4/phpunit.xsd"
|
||
|
backupGlobals="false"
|
||
|
backupStaticAttributes="false"
|
||
|
colors="true"
|
||
|
convertErrorsToExceptions="true"
|
||
|
convertNoticesToExceptions="true"
|
||
|
convertWarningsToExceptions="true"
|
||
|
processIsolation="false"
|
||
|
stopOnFailure="false"
|
||
|
syntaxCheck="false"
|
||
|
bootstrap="./tests/bootstrap.php">
|
||
|
|
||
|
<testsuites>
|
||
|
<testsuite name="Humbug/file_get_contents Test Suite">
|
||
|
<directory>tests/Humbug/</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
|
||
|
<filter>
|
||
|
<whitelist>
|
||
|
<directory>./src/</directory>
|
||
|
</whitelist>
|
||
|
</filter>
|
||
|
|
||
|
</phpunit>
|