feat: note()

This commit is contained in:
Nuno Maduro
2024-06-27 01:26:54 +01:00
parent d9252e85d6
commit 5c3bf469d5
10 changed files with 118 additions and 3 deletions

View File

@ -118,7 +118,7 @@ final class TestRepository
*/
public function get(string $filename): ?TestCaseFactory
{
return $this->testCases[$filename];
return $this->testCases[$filename] ?? null;
}
/**