2013-03-06 17:04:49 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-07-22 09:23:00 +01:00
|
|
|
<phpunit colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="true" stopOnFailure="true" stopOnIncomplete="false" stopOnSkipped="false" bootstrap="tests/unit/Bootstrap.php">
|
2013-03-06 17:04:49 +00:00
|
|
|
<testsuites>
|
2014-01-16 16:51:06 +00:00
|
|
|
<testsuite name="Tests">
|
2014-07-22 09:23:00 +01:00
|
|
|
<directory>./tests/unit/</directory>
|
2014-05-03 11:17:59 +01:00
|
|
|
</testsuite>
|
2013-03-06 17:04:49 +00:00
|
|
|
</testsuites>
|
|
|
|
<filter>
|
2014-05-03 11:17:59 +01:00
|
|
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory suffix=".php">src</directory>
|
|
|
|
</whitelist>
|
2013-03-06 17:04:49 +00:00
|
|
|
</filter>
|
|
|
|
<logging>
|
2014-05-09 10:46:59 +01:00
|
|
|
<!-- <log type="coverage-text" target="php://stdout" title="thephpleague/oauth2-server" charset="UTF-8" yui="true" highlight="true" lowUpperBound="60" highLowerBound="90"/> -->
|
2014-05-03 11:17:59 +01:00
|
|
|
<log type="coverage-html" target="build/coverage" title="thephpleague/oauth2-server" charset="UTF-8" yui="true" highlight="true" lowUpperBound="60" highLowerBound="90"/>
|
2013-03-06 17:04:49 +00:00
|
|
|
</logging>
|
2013-07-30 10:17:59 +01:00
|
|
|
</phpunit>
|