Merge pull request #975 from Katalam/repeat

[2.x] Sharing `repeat` iteration as `dataset` variable
This commit is contained in:
Nuno Maduro
2024-01-25 15:01:34 +00:00
committed by GitHub
3 changed files with 34 additions and 2 deletions

View File

@ -117,7 +117,7 @@ final class TestCaseMethodFactory
*/
public function receivesArguments(): bool
{
return $this->datasets !== [] || $this->depends !== [];
return $this->datasets !== [] || $this->depends !== [] || $this->repetitions > 1;
}
/**