You are here

protected property PHPUnit_TextUI_ResultPrinter::$numTestsRun in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php \PHPUnit_TextUI_ResultPrinter::numTestsRun

Type: int

File

vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php, line 81

Class

PHPUnit_TextUI_ResultPrinter
Prints the result of a TextUI TestRunner run.

Code

protected $numTestsRun = 0;