Skip to content

Commit 3db00b9

Browse files
authored
MQE-1152: Remove redundant after execution for codeception 2.4.4
- added \ to codeception usage.
1 parent 1f0c73a commit 3db00b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private function runAfterBlock($e, $cest)
118118
try {
119119
$actorClass = $e->getTest()->getMetadata()->getCurrent('actor');
120120
$I = new $actorClass($cest->getScenario());
121-
if (version_compare(Codeception\Codecept::VERSION, TestContextExtension::CODECEPT_AFTER_VERSION, "<=")) {
121+
if (version_compare(\Codeception\Codecept::VERSION, TestContextExtension::CODECEPT_AFTER_VERSION, "<=")) {
122122
call_user_func(\Closure::bind(
123123
function () use ($cest, $I) {
124124
$cest->executeHook($I, 'after');

0 commit comments

Comments
 (0)