mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-28 07:50:23 +05:30
Added printer, don't test anything in vendor/
This commit is contained in:
parent
8a42bc796f
commit
56f63bb4c0
@ -1,5 +1,5 @@
|
|||||||
<?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" printerFile="vendor/whatthejeff/nyancat-phpunit-resultprinter/src/NyanCat/PHPUnit/ResultPrinter.php" printerClass="NyanCat\PHPunit\ResultPrinter">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Authorization Server">
|
<testsuite name="Authorization Server">
|
||||||
<directory suffix="Test.php">tests/authorization</directory>
|
<directory suffix="Test.php">tests/authorization</directory>
|
||||||
@ -15,9 +15,7 @@
|
|||||||
<blacklist>
|
<blacklist>
|
||||||
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
|
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
|
||||||
<directory suffix=".php">PHP_LIBDIR</directory>
|
<directory suffix=".php">PHP_LIBDIR</directory>
|
||||||
<directory suffix=".php">vendor/composer</directory>
|
<directory suffix=".php">vendor</directory>
|
||||||
<directory suffix=".php">vendor/mockery</directory>
|
|
||||||
<directory suffix=".php">vendor/phpunit</directory>
|
|
||||||
<directory suffix=".php">tests</directory>
|
<directory suffix=".php">tests</directory>
|
||||||
<directory suffix=".php">testing</directory>
|
<directory suffix=".php">testing</directory>
|
||||||
</blacklist>
|
</blacklist>
|
||||||
@ -28,4 +26,4 @@
|
|||||||
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
||||||
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
|
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
|
||||||
</logging>
|
</logging>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Loading…
Reference in New Issue
Block a user