We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7752111 commit a610540Copy full SHA for a610540
tests/unit/Framework/MockObject/ReturnValueGeneratorTest.php
@@ -45,7 +45,7 @@ public static function unionProvider(): array
45
];
46
}
47
48
- public function test_Generates_null_for_empty_string(): void
+ public function test_Generates_null_for_missing_return_type_declaration(): void
49
{
50
$this->assertNull($this->generate(''));
51
0 commit comments