updated TestCall.php to store multiple datasets

Took 1 hour 59 minutes
This commit is contained in:
Fabio Ivona
2021-05-24 23:28:46 +02:00
parent 9133b88d65
commit dd5a11a61f

View File

@ -81,7 +81,7 @@ final class TestCall
*/ */
public function with($data): TestCall public function with($data): TestCall
{ {
$this->testCaseFactory->dataset = $data; $this->testCaseFactory->datasets[] = $data;
return $this; return $this;
} }