Skip to content

Commit 7b8d044

Browse files
committed
[gen] s/Mock/Stub/ to fix test warning
1 parent 633fda2 commit 7b8d044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/tests/XmlDocParser/ScannerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testGetMethods(): void
4242
$testFunctions[$name] = $info;
4343
}
4444
}
45-
$output = $this->createMock(OutputInterface::class);
45+
$output = $this->createStub(OutputInterface::class);
4646
$response = $scanner->getMethods($testFunctions, [], $output);
4747
$this->assertNotEmpty($response->methods);
4848
}

0 commit comments

Comments
 (0)