Skip to content

Commit 937835f

Browse files
Remove references to unit_tests from composer.json
1 parent 94291ec commit 937835f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@
9191
],
9292
"code:fix": [
9393
"@php-cs-fixer",
94-
"vendor/bin/phpcbf ./src ./tests/Functional ./tests/unit_tests --standard=psr12 -v"
94+
"vendor/bin/phpcbf ./src ./tests/Functional --standard=psr12 -v"
9595
],
9696
"cs": [
97-
"vendor/bin/phpcs --standard=phpcs_ruleset.xml src tests/Functional tests/unit_tests"
97+
"vendor/bin/phpcs --standard=phpcs_ruleset.xml src tests/Functional"
9898
],
9999
"code:lint": [
100100
"@cs"
@@ -150,8 +150,7 @@
150150
],
151151
"php-cs-fixer": [
152152
"vendor/bin/php-cs-fixer fix ./src --rules=@PSR12",
153-
"vendor/bin/php-cs-fixer fix ./tests/Functional --rules=@PSR12",
154-
"vendor/bin/php-cs-fixer fix ./tests/unit_tests --rules=@PSR12"
153+
"vendor/bin/php-cs-fixer fix ./tests/Functional --rules=@PSR12"
155154
]
156155
},
157156
"config": {

0 commit comments

Comments
 (0)