mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Revert "Merge pull request #413 from def-studio/fix_skipping_tests_with_exception_asserting"
This reverts commite853792a59, reversing changes made to205238fcbf.
This commit is contained in:
@ -144,8 +144,8 @@ final class TestCaseFactory
|
||||
* @return mixed
|
||||
*/
|
||||
$test = function () use ($chains, $proxies, $factoryTest) {
|
||||
$chains->chain($this);
|
||||
$proxies->proxy($this);
|
||||
$chains->chain($this);
|
||||
|
||||
/* @phpstan-ignore-next-line */
|
||||
return call_user_func(Closure::bind($factoryTest, $this, get_class($this)), ...func_get_args());
|
||||
|
||||
Reference in New Issue
Block a user