mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +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
|
||||
{
|
||||
$this->testCaseFactory->dataset = $data;
|
||||
$this->testCaseFactory->datasets[] = $data;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user