Skip to content

Commit

Permalink
Minor updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaillard committed Jun 19, 2017
1 parent e1fdfc8 commit e5bce62
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -2,12 +2,12 @@

> A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.
[![Total Downloads](https://img.shields.io/packagist/dt/gomoob/php-pushwoosh.svg?style=flat)](https://packagist.org/packages/gomoob/php-pushwoosh)
[![Latest Stable Version](https://img.shields.io/packagist/v/gomoob/php-pushwoosh.svg?style=flat)](https://packagist.org/packages/gomoob/php-pushwoosh)
[![Build Status](https://img.shields.io/travis/gomoob/php-pushwoosh.svg?style=flat)](https://travis-ci.org/gomoob/php-pushwoosh)
[![Coverage](https://img.shields.io/coveralls/gomoob/php-pushwoosh.svg?style=flat)](https://coveralls.io/r/gomoob/php-pushwoosh?branch=master)
[![Code Climate](https://img.shields.io/codeclimate/github/gomoob/php-pushwoosh.svg?style=flat)](https://codeclimate.com/github/gomoob/php-pushwoosh)
[![License](https://img.shields.io/packagist/l/gomoob/php-pushwoosh.svg?style=flat)](https://packagist.org/packages/gomoob/php-pushwoosh)
[![Total Downloads](https://img.shields.io/packagist/dt/gomoob/php-pushwoosh.svg?style=flat-square)](https://packagist.org/packages/gomoob/php-pushwoosh)
[![Latest Stable Version](https://img.shields.io/packagist/v/gomoob/php-pushwoosh.svg?style=flat-square)](https://packagist.org/packages/gomoob/php-pushwoosh)
[![Build Status](https://img.shields.io/travis/gomoob/php-pushwoosh.svg?style=flat-square)](https://travis-ci.org/gomoob/php-pushwoosh)
[![Coverage](https://img.shields.io/coveralls/gomoob/php-pushwoosh.svg?style=flat-square)](https://coveralls.io/r/gomoob/php-pushwoosh?branch=master)
[![Code Climate](https://img.shields.io/codeclimate/github/gomoob/php-pushwoosh.svg?style=flat-square)](https://codeclimate.com/github/gomoob/php-pushwoosh)
[![License](https://img.shields.io/packagist/l/gomoob/php-pushwoosh.svg?style=flat-square)](https://packagist.org/packages/gomoob/php-pushwoosh)

## First sample, creating a Pushwoosh message

Expand Down Expand Up @@ -44,7 +44,7 @@ Easy, isn't it ?
## Framework Integrations
- **Laravel** - https://github.com/schimpanz/Laravel-Pushwoosh
- **Symfony 2** - https://github.com/Prezent/pushwoosh-bundle

If you have integrated php-pushwoosh into a popular PHP framework let us know !

## About Gomoob
Expand Down
20 changes: 10 additions & 10 deletions phpunit.xml.dist
Expand Up @@ -5,9 +5,9 @@
stopOnIncomplete="true"
stopOnSkipped="true"
verbose="true">

<logging>

<!-- Log Unit Test results into a JUnit XML file -->
<log type="junit"
target="build/reports/phpunit/TEST-phpunit.report.xml"
Expand All @@ -21,19 +21,19 @@
highlight="false"
lowUpperBound="35"
highLowerBound="70" />

<!-- Log Code Coverage results as a Clover XML file (WARNING: Path must no be changed because its Needed by Code
Climate). -->
<log type="coverage-clover"
target="build/logs/clover.xml" />

</logging>

<!-- Includes and Excludes files for Code Coverage -->
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src/main/php</directory>
</whitelist>
</filter>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src/main/php</directory>
</whitelist>
</filter>

</phpunit>

0 comments on commit e5bce62

Please sign in to comment.