Skip to content

Commit 9dd749d

Browse files
committed
AC-3684: Release magento components with symfony 5.4 support
- move test files to different directory
1 parent 538e878 commit 9dd749d

File tree

1,057 files changed

+6
-6
lines changed

Some content is hidden

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

1,057 files changed

+6
-6
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
run: echo "error_reporting=24575" >> $GITHUB_ENV
4848

4949
- name: Run unit tests suite
50-
run: vendor/bin/phpunit --configuration tests/Unit/phpunit.xml.dist
50+
run: vendor/bin/phpunit --configuration dev/tests/Unit/phpunit.xml.dist
5151

5252
- name: Run code style suite
5353
run: vendor/bin/phpcs --standard=psr12 src/ --ignore=*.min.css
5454

5555
- name: Run tests code style
56-
run: vendor/bin/phpcs --standard=psr12 tests/ --ignore=/_files/ -n
56+
run: vendor/bin/phpcs --standard=psr12 dev/tests/ --ignore=/_files/ -n

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"autoload": {
2828
"psr-4": {
2929
"Magento\\SemanticVersionChecker\\": "src/",
30-
"Magento\\SemanticVersionChecker\\Test\\": "tests/"
30+
"Magento\\SemanticVersionChecker\\Test\\": "dev/tests/"
3131
}
3232
},
3333
"config": {
@@ -40,7 +40,7 @@
4040
"exclude": [
4141
".github",
4242
".gitignore",
43-
"tests",
43+
"dev/tests",
4444
"composer.lock"
4545
]
4646
}

0 commit comments

Comments
 (0)