Files
dsp/phpunit.xml.dist
2026-01-29 14:31:48 +07:00

19 lines
532 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="tests/bootstrap.php"
colors="true"
cacheResult="false"
>
<testsuites>
<testsuite name="DSP Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<php>
<ini name="error_reporting" value="-1"/>
<server name="DSP_TESTING" value="1"/>
</php>
</phpunit>