Skip to content

Commit 28a3065

Browse files
committed
MQE-19: Implemented test modules composer packaging.
1 parent 34f827d commit 28a3065

File tree

4 files changed

+2
-25
lines changed

4 files changed

+2
-25
lines changed

.env.example

Lines changed: 0 additions & 5 deletions
This file was deleted.

bootstrap.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"php": "~7.0",
88
"codeception/codeception": "2.2|2.3",
99
"flow/jsonpath": ">0.2",
10-
"fzaninotto/faker": "^1.6",
11-
"vlucas/phpdotenv": "~2.4"
10+
"fzaninotto/faker": "^1.6"
1211
},
1312
"require-dev": {
1413
"squizlabs/php_codesniffer": "1.5.3"

src/Magento/AcceptanceTestFramework/Test/Objects/TestObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class TestObject
1111
private $stepsToMerge = [];
1212
private $parsedSteps = [];
1313
private $annotations = [];
14-
private const STEP_MISSING_ERROR_MSG =
14+
const STEP_MISSING_ERROR_MSG =
1515
"Merge Error - Step could not be found in either TestXML or DeltaXML.
1616
\tTest = '%s'\tTestStep='%s'\tLinkedStep'%s'";
1717

0 commit comments

Comments
 (0)