mirror of
https://github.com/pestphp/pest.git
synced 2026-04-24 16:07:31 +02:00
wip
This commit is contained in:
@ -395,7 +395,7 @@ trait Testable
|
||||
$tia = Container::getInstance()->get(Tia::class);
|
||||
$assertions = $tia->getCachedAssertions($this::class.'::'.$this->name());
|
||||
|
||||
$this->addToAssertionCount($assertions > 0 ? $assertions : 1);
|
||||
$this->addToAssertionCount($assertions);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user