8000 Added functional tests, updated dependencies, added phpmd for tests f… · systemsdk/docker-symfony-api@fb4deb6 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb4deb6

Browse files
author
DKravtsov
committed
Added functional tests, updated dependencies, added phpmd for tests folder.
1 parent 23b541e commit fb4deb6

35 files changed

+930
-545
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ phpcpd: ## Runs php copy/paste detector
349349
@make exec cmd="php phpcpd.phar --fuzzy src tests"
350350

351351
phpmd: ## Runs php mess detector
352-
@make exec cmd="php ./vendor/bin/phpmd src text phpmd_ruleset.xml --suffixes php"
352+
@make exec cmd="php ./vendor/bin/phpmd src,tests text phpmd_ruleset.xml --suffixes php"
353353

354354
phpstan: ## Runs PhpStan static analysis tool
355355
ifeq ($(INSIDE_DOCKER_CONTAINER), 1)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Elasticsearch"
1515
],
1616
"homepage": "https://github.com/systemsdk/docker-symfony-api",
17-
"version": "v1.4.6",
17+
"version": "v1.4.7",
1818
"license": "MIT",
1919
"authors": [
2020
{
@@ -43,11 +43,11 @@
4343
"beberlei/doctrineextensions": "^1.3",
4444
"doctrine/doctrine-bundle": "^2.9",
4545
"doctrine/doctrine-migrations-bundle": "^3.2",
46-
"doctrine/orm": "^2.14",
46+
"doctrine/orm": "^2.15",
4747
"dukecity/command-scheduler-bundle": "^5.0",
4848
"elasticsearch/elasticsearch": "^7.17",
4949
"gedmo/doctrine-extensions": "^3.11",
50-
"lexik/jwt-authentication-bundle": "^2.18",
50+
"lexik/jwt-authentication-bundle": "^2.19",
5151
"mark-gerarts/automapper-plus-bundle": "^1.4",
5252
"matomo/device-detector": "^6.1",
5353
"matthiasnoback/symfony-console-form": "^5.3",

0 commit comments

Comments
 (0)
0