mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-15 01:44:05 +00:00
15 lines
417 B
XML
15 lines
417 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
<phpunit
|
|||
|
colors="true"
|
|||
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
|||
|
beStrictAboutOutputDuringTests="true"
|
|||
|
beStrictAboutTestSize="true"
|
|||
|
beStrictAboutChangesToGlobalState="true"
|
|||
|
>
|
|||
|
<testsuites>
|
|||
|
<testsuite name="PHP-ML Test Suite">
|
|||
|
<directory>tests/*</directory>
|
|||
|
</testsuite>
|
|||
|
</testsuites>
|
|||
|
</phpunit>
|