16 lines
489 B
XML
16 lines
489 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
|
|
bootstrap="./Tests/CrossVersionCompatibility/bootstrap.php"
|
|
colors="true"
|
|
backupGlobals="false"
|
|
backupStaticAttributes="false"
|
|
verbose="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="unit">
|
|
<directory>Tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|