mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
fix tests against PhpUnit 10 refactors
This commit is contained in:
@ -73,7 +73,7 @@ final class Reflection
|
||||
|
||||
return $test === null
|
||||
? static::bindCallable($callable)
|
||||
: Closure::fromCallable($callable)->bindTo($test)(...$test->getProvidedData());
|
||||
: Closure::fromCallable($callable)->bindTo($test)(...$test->providedData());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user