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