public static function PHPUnit_Framework_Assert::resetCount

Reset the assertion counter.

@since Method available since Release 3.3.3

1 call to PHPUnit_Framework_Assert::resetCount()
PHPUnit_Framework_TestResult::run in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php
Runs a TestCase.

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php, line 2840

Class

PHPUnit_Framework_Assert
A set of assert methods.

Code

public static function resetCount() {
  self::$count = 0;
}