2016-11-09 21:55:56 +03:00
|
|
|
<phpunit
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2021-10-18 14:40:05 +03:00
|
|
|
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
|
2023-03-24 10:11:25 +03:00
|
|
|
bootstrap="index.php"
|
2021-10-18 14:40:05 +03:00
|
|
|
colors="true"
|
2018-11-03 18:29:03 +03:00
|
|
|
cacheResult="false"
|
2021-10-18 14:40:05 +03:00
|
|
|
>
|
2021-11-06 19:17:30 +03:00
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Unit">
|
2023-03-23 09:49:33 +03:00
|
|
|
<directory suffix="Test.php">./tests/Unit</directory>
|
2021-11-06 19:17:30 +03:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<php>
|
|
|
|
<server name="APP_ENV" value="testing"/>
|
|
|
|
</php>
|
2017-09-15 14:36:37 +03:00
|
|
|
</phpunit>
|