meraproject/vendor/aego/oauth2-yandex/phpunit.xml
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

11 lines
303 B
XML

<phpunit colors="true" strict="true" backupGlobals="false" bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="All">
<directory>test</directory>
</testsuite>
</testsuites>
<php>
<ini name="error_reporting" value="32767"/>
</php>
</phpunit>