Files
oauth2-vkontakte/phpunit.xml
2014-12-07 23:00:39 +00:00

11 lines
305 B
XML

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