tgbotlib/phpunit.xml

12 lines
310 B
XML
Raw Normal View History

<phpunit bootstrap="bootstrap.php">
<testsuites>
<testsuite name="TgBotLib Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<php>
<ini name="error_reporting" value="-1"/>
<server name="KERNEL_DIR" value="app/"/>
</php>
</phpunit>