diff --git a/src/Repositories/TestRepository.php b/src/Repositories/TestRepository.php index dce67e78..ff302cf7 100644 --- a/src/Repositories/TestRepository.php +++ b/src/Repositories/TestRepository.php @@ -84,6 +84,9 @@ final class TestRepository } } + /** + * Gets the test case factory from the given filename. + */ public function get(string $filename): TestCaseFactory { return $this->testCases[$filename];