Skip to content

Commit e5bce62

Browse files
committed
Minor updates.
1 parent e1fdfc8 commit e5bce62

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

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

1212
## First sample, creating a Pushwoosh message
1313

@@ -44,7 +44,7 @@ Easy, isn't it ?
4444
## Framework Integrations
4545
- **Laravel** - https://github.com/schimpanz/Laravel-Pushwoosh
4646
- **Symfony 2** - https://github.com/Prezent/pushwoosh-bundle
47-
47+
4848
If you have integrated php-pushwoosh into a popular PHP framework let us know !
4949

5050
## About Gomoob

phpunit.xml.dist

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
stopOnIncomplete="true"
66
stopOnSkipped="true"
77
verbose="true">
8-
8+
99
<logging>
10-
10+
1111
<!-- Log Unit Test results into a JUnit XML file -->
1212
<log type="junit"
1313
target="build/reports/phpunit/TEST-phpunit.report.xml"
@@ -21,19 +21,19 @@
2121
highlight="false"
2222
lowUpperBound="35"
2323
highLowerBound="70" />
24-
24+
2525
<!-- Log Code Coverage results as a Clover XML file (WARNING: Path must no be changed because its Needed by Code
2626
Climate). -->
2727
<log type="coverage-clover"
2828
target="build/logs/clover.xml" />
2929

3030
</logging>
31-
31+
3232
<!-- Includes and Excludes files for Code Coverage -->
33-
<filter>
34-
<whitelist addUncoveredFilesFromWhitelist="true">
35-
<directory suffix=".php">src/main/php</directory>
36-
</whitelist>
37-
</filter>
38-
33+
<filter>
34+
<whitelist addUncoveredFilesFromWhitelist="true">
35+
<directory suffix=".php">src/main/php</directory>
36+
</whitelist>
37+
</filter>
38+
3939
</phpunit>

0 commit comments

Comments
 (0)