You are here

public function PHPUnit_Extensions_PhptTestCase::count in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Extensions/PhptTestCase.php \PHPUnit_Extensions_PhptTestCase::count()

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

Return value

int

File

vendor/phpunit/phpunit/src/Extensions/PhptTestCase.php, line 79

Class

PHPUnit_Extensions_PhptTestCase
Runner for PHPT test cases.

Code

public function count() {
  return 1;
}