mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
wip toward lvl9
This commit is contained in:
@ -113,7 +113,10 @@ if (!function_exists('it')) {
|
||||
{
|
||||
$description = sprintf('it %s', $description);
|
||||
|
||||
return test($description, $closure);
|
||||
/** @var TestCall $test */
|
||||
$test = test($description, $closure);
|
||||
|
||||
return $test;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user