mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 01:07:23 +01:00
fix: authorize string as key for datasets
This commit is contained in:
@ -78,7 +78,7 @@ final class TestCall
|
||||
* Runs the current test multiple times with
|
||||
* each item of the given `iterable`.
|
||||
*
|
||||
* @param \Closure|iterable<int, mixed>|string $data
|
||||
* @param \Closure|iterable<int|string, mixed>|string $data
|
||||
*/
|
||||
public function with($data): TestCall
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user