We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75cc90 commit 17f0153Copy full SHA for 17f0153
src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php
@@ -138,8 +138,10 @@ public function _runAfter(TestInterface $test)
138
/**
139
* Override parent::_after to do nothing.
140
* @return void
141
+ * @param TestInterface $test
142
+ * @SuppressWarnings(PHPMD)
143
*/
- public function _after()
144
+ public function _after(TestInterface $test)
145
{
146
// DO NOT RESET SESSIONS
147
}
0 commit comments