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