feat: adds --retry option

This commit is contained in:
Nuno Maduro
2021-12-04 21:18:55 +00:00
parent 8047ae570d
commit 106b279ed0
17 changed files with 237 additions and 113 deletions

View File

@ -100,7 +100,7 @@ final class TestRepository
/**
* Makes a Test Case from the given filename, if exists.
*/
public function makeIfExists(string $filename): void
public function makeIfNeeded(string $filename): void
{
if (array_key_exists($filename, $this->testCases)) {
$this->make($this->testCases[$filename]);