mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 08:17:22 +01:00
feat: note()
This commit is contained in:
@ -118,7 +118,7 @@ final class TestRepository
|
||||
*/
|
||||
public function get(string $filename): ?TestCaseFactory
|
||||
{
|
||||
return $this->testCases[$filename];
|
||||
return $this->testCases[$filename] ?? null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user