mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
feat: moves visit to the core
This commit is contained in:
@ -180,7 +180,7 @@ final class TestCall // @phpstan-ignore-line
|
||||
/**
|
||||
* Runs the current test multiple times with each item of the given `iterable`.
|
||||
*
|
||||
* @param Closure|iterable<array-key, mixed>|string $data
|
||||
* @param Closure|iterable<array-key, mixed>|string $data
|
||||
*/
|
||||
public function with(Closure|iterable|string ...$data): self
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user