Skip to content

Commit c8132f7

Browse files
committed
MQE-1087: Test _after hook does not run if test fails with exception
- static check fix
1 parent 02acbf3 commit c8132f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function () use ($cest) {
7474
/**
7575
* Runs cest's after block, if necessary.
7676
* @param Symfony\Component\EventDispatcher\Event $e
77-
* @param \Codeception\TestInterface $cest
77+
* @param \Codeception\TestInterface $cest
7878
* @return void
7979
*/
8080
private function runAfterBlock($e, $cest)

0 commit comments

Comments
 (0)