File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 11[ ![ License: GPL v3] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
2-
3- [ ![ PHPStan] ( https://github.com/magicsunday/jsonmapper/actions/workflows/phpstan.yml/badge.svg )] ( https://github.com/magicsunday/jsonmapper/actions/workflows/phpstan.yml )
4- [ ![ PHP_CodeSniffer] ( https://github.com/magicsunday/jsonmapper/actions/workflows/phpcs.yml/badge.svg )] ( https://github.com/magicsunday/jsonmapper/actions/workflows/phpcs.yml )
5- [ ![ PHPUnit] ( https://github.com/magicsunday/jsonmapper/actions/workflows/phpunit.yml/badge.svg )] ( https://github.com/magicsunday/jsonmapper/actions/workflows/phpunit.yml )
6-
7- [ ![ Code Climate] ( https://codeclimate.com/github/magicsunday/jsonmapper/badges/gpa.svg )] ( https://codeclimate.com/github/magicsunday/jsonmapper )
2+ [ ![ CI] ( https://github.com/magicsunday/jsonmapper/actions/workflows/ci.yml/badge.svg )] ( https://github.com/magicsunday/jsonmapper/actions/workflows/ci.yml )
83
94# JsonMapper
105This module provides a mapper to map JSON to PHP classes utilizing Symfony's property info and access packages.
@@ -205,7 +200,10 @@ protected function getJsonMapper(array $classMap = []): \MagicSunday\JsonMapper
205200### Testing
206201``` bash
207202composer update
208- vendor/bin/phpcs ./src --standard=PSR12
209- vendor/bin/phpstan analyse -c phpstan.neon
210- vendor/bin/phpunit
203+ composer ci:cgl
204+ composer ci:test
205+ composer ci:test:php:phplint
206+ composer ci:test:php:phpstan
207+ composer ci:test:php:rector
208+ composer ci:test:php:unit
211209```
You can’t perform that action at this time.
0 commit comments