Skip to content

Commit

Permalink
Improve test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 21, 2023
1 parent 7752111 commit a610540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static function unionProvider(): array
];
}

public function test_Generates_null_for_empty_string(): void
public function test_Generates_null_for_missing_return_type_declaration(): void
{
$this->assertNull($this->generate(''));
}
Expand Down

0 comments on commit a610540

Please sign in to comment.