public static function PHPUnit_Framework_Assert::getCount

Return the current assertion count.

@since Method available since Release 3.3.3

Return value

integer

1 call to PHPUnit_Framework_Assert::getCount()
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 2830

Class

PHPUnit_Framework_Assert
A set of assert methods.

Code

public static function getCount() {
  return self::$count;
}