Files
oauth2-vkontakte/phpunit.xml
Jack Wall 3238cd1c75 adding shields
phpunit travisci debug

removing 5.3 from travis.yml
2014-12-08 01:59:56 +00:00

11 lines
384 B
XML

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