Skip to content

Commit a610540

Browse files
Improve test name
1 parent 7752111 commit a610540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Framework/MockObject/ReturnValueGeneratorTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static function unionProvider(): array
4545
];
4646
}
4747

48-
public function test_Generates_null_for_empty_string(): void
48+
public function test_Generates_null_for_missing_return_type_declaration(): void
4949
{
5050
$this->assertNull($this->generate(''));
5151
}

0 commit comments

Comments
 (0)