File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright © Magento, Inc. All rights reserved.
2
+ # See COPYING.txt for license details.
3
+
4
+ bin/static-checks
5
+ bin/phpunit-checks
Original file line number Diff line number Diff line change
1
+ # Copyright © Magento, Inc. All rights reserved.
2
+ # See COPYING.txt for license details.
3
+
4
+ echo "===============================UNIT TESTS==============================="
5
+ vendor/bin/phpunit --configuration dev/tests/phpunit.xml --testsuite unit
6
+
7
+ echo "===============================VERIFICATION TESTS==============================="
8
+ vendor/bin/phpunit --configuration dev/tests/phpunit.xml --testsuite verification
Original file line number Diff line number Diff line change
1
+ # Copyright © Magento, Inc. All rights reserved.
2
+ # See COPYING.txt for license details.
3
+
4
+ echo "===============================PHP CODE SNIFFER REPORT==============================="
5
+ vendor/bin/phpcs ./src --standard=./dev/tests/static/Magento
6
+
7
+ echo "===============================COPY PASTE DETECTOR REPORT==============================="
8
+ vendor/bin/phpcpd ./src
9
+
10
+ echo "===============================MAGENTO COPYRIGHT REPORT==============================="
11
+ bin/copyright-check
You can’t perform that action at this time.
0 commit comments