2018-08-05 00:39:53 +02:00
|
|
|
<phpunit
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
|
|
|
|
colors="true"
|
|
|
|
processIsolation="false"
|
|
|
|
timeoutForSmallTests="1"
|
|
|
|
timeoutForMediumTests="1"
|
|
|
|
timeoutForLargeTests="6" >
|
|
|
|
|
|
|
|
<testsuites>
|
2019-01-05 13:20:11 +01:00
|
|
|
<testsuite name="implementations">
|
|
|
|
<directory suffix="ImplementationTest.php">tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
<testsuite name="formats">
|
|
|
|
<directory suffix="FormatTest.php">tests</directory>
|
2018-08-05 00:39:53 +02:00
|
|
|
</testsuite>
|
2019-02-06 18:34:51 +01:00
|
|
|
<testsuite name="actions">
|
|
|
|
<directory suffix="ActionTest.php">tests</directory>
|
|
|
|
</testsuite>
|
2018-08-05 00:39:53 +02:00
|
|
|
</testsuites>
|
|
|
|
|
|
|
|
</phpunit>
|