feat: moves visit to the core

This commit is contained in:
Nuno Maduro
2025-06-28 18:18:26 +01:00
parent a22013a7d3
commit 0bc3219a2b
7 changed files with 70 additions and 3 deletions

View File

@ -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
{