mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-02 11:40:47 +05:30
Updated phpunit.xml.dist
This commit is contained in:
parent
115ca30f5a
commit
0c4a45f329
@ -1,25 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpunit colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" bootstrap="tests/Bootstrap.php">
|
<phpunit colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" bootstrap="tests/Bootstrap.php">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Authorization Server">
|
<testsuite name="Tests">
|
||||||
<directory suffix="Test.php">tests/authorization</directory>
|
<directory>./tests/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
<testsuite name="Resource Server">
|
</testsuites>
|
||||||
<directory suffix="Test.php">tests/resource</directory>
|
<filter>
|
||||||
</testsuite>
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
||||||
<testsuite name="Utility Methods">
|
<directory suffix=".php">src</directory>
|
||||||
<directory suffix="Test.php">tests/util</directory>
|
</whitelist>
|
||||||
</testsuite>
|
</filter>
|
||||||
</testsuites>
|
|
||||||
<filter>
|
|
||||||
<blacklist>
|
|
||||||
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
|
|
||||||
<directory suffix=".php">PHP_LIBDIR</directory>
|
|
||||||
<directory suffix=".php">vendor</directory>
|
|
||||||
<directory suffix=".php">tests</directory>
|
|
||||||
<directory suffix=".php">testing</directory>
|
|
||||||
</blacklist>
|
|
||||||
</filter>
|
|
||||||
<logging>
|
<logging>
|
||||||
<log type="coverage-clover" target="/tmp/coverage.xml"/>
|
<log type="coverage-clover" target="/tmp/coverage.xml"/>
|
||||||
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
|
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user