public function PHPUnit_Framework_TestCase::count

Counts the number of test cases executed by run(TestResult result).

Return value

integer

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php, line 331

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

public function count() {
  return 1;
}