This commit is contained in:
Nuno Maduro
2022-09-25 11:40:38 +01:00
parent 6bad9d302b
commit 5c4e98cf0c

View File

@ -84,6 +84,9 @@ final class TestRepository
} }
} }
/**
* Gets the test case factory from the given filename.
*/
public function get(string $filename): TestCaseFactory public function get(string $filename): TestCaseFactory
{ {
return $this->testCases[$filename]; return $this->testCases[$filename];