File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
# phpunit-json-assertions
2
2
3
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/estahn/phpunit-json-assertions/version.png )] ( https://packagist.org/packages/estahn/phpunit-json-assertions )
4
+ [ ![ Total Downloads] ( https://poser.pugx.org/estahn/phpunit-json-assertions/d/total.png )] ( https://packagist.org/packages/estahn/phpunit-json-assertions )
5
+ [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/56e8f6404e714c0035e760f3/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/56e8f6404e714c0035e760f3 )
6
+ [ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/581c093b-833a-49c2-a05c-d99aaf8f39c2/mini.png )] ( https://insight.sensiolabs.com/projects/581c093b-833a-49c2-a05c-d99aaf8f39c2 )
7
+ [ ![ Build Status] ( https://travis-ci.org/estahn/phpunit-json-assertions.png?branch=master )] ( https://travis-ci.org/estahn/phpunit-json-assertions )
8
+ [ ![ StyleCI] ( https://styleci.io/repos/53177096/shield )] ( https://styleci.io/repos/53177096 )
9
+
3
10
JSON assertions for PHPUnit includes traits/methods to help validate your JSON data through various methods.
4
11
5
12
## Features
@@ -118,6 +125,12 @@ To run the test suite, you need [composer](http://getcomposer.org).
118
125
$ composer install
119
126
$ bin/phpunit
120
127
128
+ ## Badge Mania
129
+ [ ![ Build Status] ( https://scrutinizer-ci.com/g/estahn/phpunit-json-assertions/badges/build.png?b=master )] ( https://scrutinizer-ci.com/g/estahn/phpunit-json-assertions/build-status/master )
130
+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/estahn/phpunit-json-assertions/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/estahn/phpunit-json-assertions/?branch=master )
131
+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/estahn/phpunit-json-assertions/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/estahn/phpunit-json-assertions/?branch=master )
132
+ [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/grade/0bbc8fdeb4044287bbce009adc07ca39 )] ( https://www.codacy.com/app/estahn/phpunit-json-assertions )
133
+
121
134
## License
122
135
123
136
The phpunit-json-assertions library is licensed under the [ MIT] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments