Removed nyan cat printer

This commit is contained in:
Alex Bilbie 2013-11-25 23:52:45 +00:00
parent 9c3c70a5fb
commit b4bfa69c88
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,7 @@
}, },
"require-dev": { "require-dev": {
"mockery/mockery": ">=0.7.2", "mockery/mockery": ">=0.7.2",
"league/phpunit-coverage-listener": "~1.0", "league/phpunit-coverage-listener": "~1.0"
"whatthejeff/nyancat-phpunit-resultprinter": "~1.1"
}, },
"repositories": [ "repositories": [
{ {

View File

@ -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" printerFile="vendor/whatthejeff/nyancat-phpunit-resultprinter/src/NyanCat/PHPUnit/ResultPrinter.php" printerClass="NyanCat\PHPunit\ResultPrinter"> <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="Authorization Server">
<directory suffix="Test.php">tests/authorization</directory> <directory suffix="Test.php">tests/authorization</directory>
@ -21,6 +21,7 @@
</blacklist> </blacklist>
</filter> </filter>
<logging> <logging>
<log type="coverage-text" target="php://stdout" 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="100"/>
<log type="coverage-html" target="tests/coverage" title="lncd/OAuth" charset="UTF-8" yui="true" highlight="true" lowUpperBound="50" highLowerBound="100"/>
</logging> </logging>
</phpunit> </phpunit>