Skip to content

Commit 421a2a2

Browse files
authored
Merge pull request #11 from magento-pangolin/sprint-develop
Pangolins Sprint 12 - MQE-236: [Generator] Add additional Comment methods - MQE-388: Write store settings before tests - MQE-395: Throw an exception when a test references an actionGroup that doesn't exist - MQE-398: Rename Page.urlPath attribute - MQE-433: Create merge step/action-group verification tests - MQE-435: Create new jenkins build in test instance to run new framework tests - MQE-450: [Framework] Create a custom "clearField()" function for the framework. - MQE-465: Data object xml doesn't support multidimensional arrays - MQE-521: Remove composer.lock from framework
2 parents 858bf21 + 6ee4265 commit 421a2a2

File tree

67 files changed

+1273
-2947
lines changed

Some content is hidden

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

67 files changed

+1273
-2947
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)