We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d48d03 commit 52986eeCopy full SHA for 52986ee
tests/unit/Codeception/Module/WebDriverTest.php
@@ -19,6 +19,7 @@ public function testCreateTestScreenshotOnFail()
19
[
20
'getSignature' => 'testLogin',
21
'getMetadata' => new Metadata(),
22
+ 'getScenario' => null,
23
]
24
);
25
$fakeWd = Stub::make(self::WEBDRIVER_CLASS, [
@@ -38,8 +39,6 @@ public function testCreateTestScreenshotOnFail()
38
39
$module->_failed($test, new \PHPUnit\Framework\AssertionFailedError());
40
}
41
-
42
43
public function testCreateCestScreenshotOnFail()
44
{
45
0 commit comments