Skip to content

Commit 1a13db5

Browse files
committed
Run phpcs on all the generated code directly after generation
1 parent c77de3e commit 1a13db5

File tree

92 files changed

+8137
-215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+8137
-215
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ psalm: ## Run static analysis (Psalm)
4444
$(DOCKER_RUN) vendor/bin/psalm --threads=$(shell nproc) --shepherd --stats --config=./etc/qa/psalm.xml
4545

4646
unit-testing: ## Run tests
47-
$(DOCKER_RUN) vendor/bin/phpunit --colors=always -c ./etc/qa/phpunit.xml --coverage-text --coverage-html ./var/tests-unit-coverage-html --coverage-clover ./var/tests-unit-clover-coverage.xml
47+
$(DOCKER_RUN) vendor/bin/phpunit --colors=always -c ./etc/qa/phpunit.xml
4848
$(DOCKER_RUN) test -n "$(COVERALLS_REPO_TOKEN)" && test -n "$(COVERALLS_RUN_LOCALLY)" && test -f ./var/tests-unit-clover-coverage.xml && vendor/bin/php-coveralls -v --coverage_clover ./build/logs/clover.xml --json_path ./var/tests-unit-clover-coverage-upload.json || true
4949

5050
mutation-testing: ## Run mutation testing

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"devizzent/cebe-php-openapi": "^1",
1515
"eventsauce/object-hydrator": "^1.1",
1616
"league/openapi-psr7-validator": "^0.21",
17+
"react/event-loop": "^1.3",
18+
"react/http": "^1.8",
1719
"react/async": "^4.0",
1820
"wyrihaximus/react-awaitable-observable": "^1.0"
1921
},

0 commit comments

Comments
 (0)