Skip to content

Commit 37ac0d7

Browse files
author
vklymenko
committed
MAGETWO-59409: [Backport] MAGETWO-55501: Add support of queue testing in integration tests framework
- CR fixes
1 parent b61e235 commit 37ac0d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/integration/_files/Magento/TestModuleSample/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-sample-test",
33
"description": "test sample module",
44
"require": {
5-
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6",
5+
"php": "~5.5.0|~5.6.0|~7.0.0",
66
"magento/framework": "100.0.*",
77
"magento/module-integration": "100.0.*"
88
},

dev/tests/integration/framework/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
$testFrameworkDir = __DIR__;
19-
require_once 'deployTestModules.php';
19+
require_once __DIR__ . '/deployTestModules.php';
2020

2121
try {
2222
/* Bootstrap the application */

0 commit comments

Comments
 (0)