Skip to content

Commit 17f0153

Browse files
committed
MQE-1181: Fatal error while test running
- Static check ignore for PHPMD
1 parent a75cc90 commit 17f0153

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,10 @@ public function _runAfter(TestInterface $test)
138138
/**
139139
* Override parent::_after to do nothing.
140140
* @return void
141+
* @param TestInterface $test
142+
* @SuppressWarnings(PHPMD)
141143
*/
142-
public function _after()
144+
public function _after(TestInterface $test)
143145
{
144146
// DO NOT RESET SESSIONS
145147
}

0 commit comments

Comments
 (0)