fix tests against PhpUnit 10 refactors

This commit is contained in:
Fabio Ivona
2022-08-25 16:19:22 +02:00
parent c0d66b7dc7
commit a4ec4b2841
5 changed files with 19 additions and 16 deletions

View File

@ -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());
}
/**