File tree 4 files changed +0
-24
lines changed
dev/tests/verification/Resources
src/Magento/FunctionalTestingFramework/Suite/views
4 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ class ActionsInDifferentModulesSuite extends \Codeception\GroupObject
29
29
private $testCount = 1;
30
30
private $preconditionFailure = null;
31
31
private $currentTestRun = 0;
32
- /**
33
- * Remote Web Driver
34
- *
35
- * @var RemoteWebDriver
36
- */
37
- private $remoteWebDriver = null;
38
32
private static $HOOK_EXECUTION_INIT = "\n/******** Beginning execution of ActionsInDifferentModulesSuite suite %s block ********/\n";
39
33
private static $HOOK_EXECUTION_END = "\n/******** Execution of ActionsInDifferentModulesSuite suite %s block complete ********/\n";
40
34
/** @var MagentoWebDriver */
Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ class functionalSuiteHooks extends \Codeception\GroupObject
29
29
private $testCount = 1;
30
30
private $preconditionFailure = null;
31
31
private $currentTestRun = 0;
32
- /**
33
- * Remote Web Driver
34
- *
35
- * @var RemoteWebDriver
36
- */
37
- private $remoteWebDriver = null;
38
32
private static $HOOK_EXECUTION_INIT = "\n/******** Beginning execution of functionalSuiteHooks suite %s block ********/\n";
39
33
private static $HOOK_EXECUTION_END = "\n/******** Execution of functionalSuiteHooks suite %s block complete ********/\n";
40
34
/** @var MagentoWebDriver */
Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ class functionalSuiteWithComments extends \Codeception\GroupObject
29
29
private $testCount = 1;
30
30
private $preconditionFailure = null;
31
31
private $currentTestRun = 0;
32
- /**
33
- * Remote Web Driver
34
- *
35
- * @var RemoteWebDriver
36
- */
37
- private $remoteWebDriver = null;
38
32
private static $HOOK_EXECUTION_INIT = "\n/******** Beginning execution of functionalSuiteWithComments suite %s block ********/\n";
39
33
private static $HOOK_EXECUTION_END = "\n/******** Execution of functionalSuiteWithComments suite %s block complete ********/\n";
40
34
/** @var MagentoWebDriver */
Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ class {{suiteName}} extends \Codeception\GroupObject
29
29
private $testCount = {{testCount} };
30
30
private $preconditionFailure = null;
31
31
private $currentTestRun = 0;
32
- /**
33
- * Remote Web Driver
34
- *
35
- * @var RemoteWebDriver
36
- */
37
- private $remoteWebDriver = null;
38
32
{ {#helpers} }
39
33
/**
40
34
* @var \Magento\FunctionalTestingFramework\Helper\HelperContainer $helperContainer
You can’t perform that action at this time.
0 commit comments