mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Docs
This commit is contained in:
@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user