Skip to content

Commit

Permalink
Update testing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Macnamara committed Jul 16, 2014
1 parent 7be41d3 commit eaf28eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Parser
======

[![License](http://img.shields.io/packagist/l/nathanmac/parser.svg)](https://github.com/nathanmac/Parser/blob/master/LICENSE.md)
[![Build Status](https://travis-ci.org/nathanmac/Parser.svg?branch=master)](https://travis-ci.org/nathanmac/Parser)
[![Test Coverage](https://codeclimate.com/github/nathanmac/Parser/coverage.png)](https://codeclimate.com/github/nathanmac/Parser)
[![Coverage Status](https://coveralls.io/repos/nathanmac/Parser/badge.png?branch=master)](https://coveralls.io/r/nathanmac/Parser?branch=master)
[![Code Climate](https://codeclimate.com/github/nathanmac/Parser.png)](https://codeclimate.com/github/nathanmac/Parser)
[![Release](http://img.shields.io/github/release/nathanmac/parser.svg)](https://github.com/nathanmac/Parser/releases)

Simple PHP Parser Library for API Development, parse a post http payload into a php array.

Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"symfony/yaml": "2.4.*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"satooshi/php-coveralls": "0.6.1",
"phpunit/phpcov": "*"
"phpunit/phpunit": "4.0.*"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 2 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</testsuites>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-php" target="build/logs/coverage.cov"/>
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
<log type="coverage-text" target="build/coverage.txt"/>
</logging>
</phpunit>

0 comments on commit eaf28eb

Please sign in to comment.