numAssertions; } protected function assertionCounterStart() { \PHPUnit\Framework\Assert::resetCount(); } protected function assertionCounterEnd() { $this->numAssertions = \PHPUnit\Framework\Assert::getCount(); } }