There was an error while loading. Please reload this page.
1 parent 633fda2 commit 7b8d044Copy full SHA for 7b8d044
1 file changed
generator/tests/XmlDocParser/ScannerTest.php
@@ -42,7 +42,7 @@ public function testGetMethods(): void
42
$testFunctions[$name] = $info;
43
}
44
45
- $output = $this->createMock(OutputInterface::class);
+ $output = $this->createStub(OutputInterface::class);
46
$response = $scanner->getMethods($testFunctions, [], $output);
47
$this->assertNotEmpty($response->methods);
48
0 commit comments