Skip to content

Commit bfa1033

Browse files
authored
Merge pull request #25 from magento-commerce/imported-magento-magento-coding-standard-228
[Imported] Moved abstract unit test to autoload-dev
2 parents a4572cb + 757171f commit bfa1033

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@
1515
"require-dev": {
1616
"phpunit/phpunit": "^9.5.8"
1717
},
18+
"autoload-dev": {
19+
"files": [
20+
"PHP_CodeSniffer/Tests/Standards/AbstractSniffUnitTest.php"
21+
]
22+
},
1823
"autoload": {
1924
"classmap": [
2025
"PHP_CodeSniffer/Tokenizers/"
2126
],
2227
"psr-4": {
2328
"Magento2\\": "Magento2/"
24-
},
25-
"files": [
26-
"PHP_CodeSniffer/Tests/Standards/AbstractSniffUnitTest.php"
27-
]
29+
}
2830
},
2931
"scripts": {
3032
"post-install-cmd": "vendor/bin/phpcs --config-set installed_paths ../../..",

0 commit comments

Comments
 (0)