2013-03-06 22:34:49 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-07-30 14:47:59 +05:30
|
|
|
<phpunit colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" bootstrap="tests/Bootstrap.php" printerFile="vendor/whatthejeff/nyancat-phpunit-resultprinter/src/NyanCat/PHPUnit/ResultPrinter.php" printerClass="NyanCat\PHPunit\ResultPrinter">
|
2013-03-06 22:34:49 +05:30
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Authorization Server">
|
|
|
|
<directory suffix="Test.php">tests/authorization</directory>
|
|
|
|
</testsuite>
|
|
|
|
<testsuite name="Resource Server">
|
|
|
|
<directory suffix="Test.php">tests/resource</directory>
|
|
|
|
</testsuite>
|
|
|
|
<testsuite name="Utility Methods">
|
|
|
|
<directory suffix="Test.php">tests/util</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<filter>
|
|
|
|
<blacklist>
|
|
|
|
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
|
|
|
|
<directory suffix=".php">PHP_LIBDIR</directory>
|
2013-07-30 14:47:59 +05:30
|
|
|
<directory suffix=".php">vendor</directory>
|
2013-03-06 22:34:49 +05:30
|
|
|
<directory suffix=".php">tests</directory>
|
|
|
|
<directory suffix=".php">testing</directory>
|
|
|
|
</blacklist>
|
|
|
|
</filter>
|
|
|
|
<logging>
|
|
|
|
<log type="coverage-html" target="build/coverage" title="lncd/OAuth" charset="UTF-8" yui="true" highlight="true" lowUpperBound="50" highLowerBound="90"/>
|
|
|
|
<log type="coverage-text" target="php://stdout" title="lncd/OAuth" charset="UTF-8" yui="true" highlight="true" lowUpperBound="50" highLowerBound="90"/>
|
|
|
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
|
|
|
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
|
|
|
|
</logging>
|
2013-07-30 14:47:59 +05:30
|
|
|
</phpunit>
|