Files
main-website/ruty/mails/vendor/pear/console_commandline/phpunit.xml
T
2024-03-11 00:57:00 +01:00

11 lines
195 B
XML

<phpunit>
<testsuites>
<testsuite name="tests">
<directory suffix=".phpt">tests/</directory>
</testsuite>
</testsuites>
<php>
<env name="XDEBUG_MODE" value="off"/>
</php>
</phpunit>