Skip to content

Commit 4f5ab04

Browse files
committed
MQE-435: Create new jenkins build in test instance to run new framework tests
1 parent ec05ce8 commit 4f5ab04

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

bin/all-checks

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright © Magento, Inc. All rights reserved.
2+
# See COPYING.txt for license details.
3+
4+
bin/static-checks
5+
bin/phpunit-checks

bin/phpunit-checks

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

bin/static-checks

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

0 commit comments

Comments
 (0)