mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
updated TestCall.php to store multiple datasets
Took 1 hour 59 minutes
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user