2012-08-01 21:45:16 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-01-03 04:02:49 +05:30
|
|
|
<phpunit colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" bootstrap="../tests/Bootstrap.php">
|
2012-08-01 21:45:16 +05:30
|
|
|
<testsuites>
|
2013-02-20 18:10:42 +05:30
|
|
|
<testsuite name="Authorization Server">
|
|
|
|
<directory suffix="Test.php">../tests/authorization</directory>
|
2012-08-01 21:45:16 +05:30
|
|
|
</testsuite>
|
2013-02-05 21:25:48 +05:30
|
|
|
<testsuite name="Resource Server">
|
|
|
|
<directory suffix="Test.php">../tests/resource</directory>
|
|
|
|
</testsuite>
|
2013-02-05 01:15:19 +05:30
|
|
|
<testsuite name="Utility Methods">
|
|
|
|
<directory suffix="Test.php">../tests/util</directory>
|
2012-08-23 16:51:59 +05:30
|
|
|
</testsuite>
|
2012-08-01 21:45:16 +05:30
|
|
|
</testsuites>
|
2012-08-27 18:53:26 +05:30
|
|
|
<filter>
|
2012-08-01 21:45:16 +05:30
|
|
|
<blacklist>
|
|
|
|
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
|
|
|
|
<directory suffix=".php">PHP_LIBDIR</directory>
|
2012-08-27 18:53:26 +05:30
|
|
|
<directory suffix=".php">../vendor/composer</directory>
|
2013-02-05 01:15:19 +05:30
|
|
|
<directory suffix=".php">../vendor/mockery</directory>
|
2013-02-13 02:03:40 +05:30
|
|
|
<directory suffix=".php">../vendor/phpunit</directory>
|
2013-01-03 00:42:53 +05:30
|
|
|
<directory suffix=".php">../tests</directory>
|
2013-02-05 01:15:19 +05:30
|
|
|
<directory suffix=".php">../testing</directory>
|
2012-08-01 21:45:16 +05:30
|
|
|
</blacklist>
|
2012-08-27 18:53:26 +05:30
|
|
|
</filter>
|
2012-08-06 19:12:02 +05:30
|
|
|
<logging>
|
2013-01-03 02:43:12 +05:30
|
|
|
<log type="coverage-html" target="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"/>
|
2012-08-27 18:53:26 +05:30
|
|
|
<log type="coverage-clover" target="logs/clover.xml"/>
|
|
|
|
<log type="junit" target="logs/junit.xml" logIncompleteSkipped="false"/>
|
2012-08-06 19:12:02 +05:30
|
|
|
</logging>
|
2012-08-01 21:45:16 +05:30
|
|
|
</phpunit>
|