You are here

protected property PHPUnit_Util_Log_TAP::$testNumber in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/src/Util/Log/TAP.php \PHPUnit_Util_Log_TAP::testNumber

Type: int

File

vendor/phpunit/phpunit/src/Util/Log/TAP.php, line 22

Class

PHPUnit_Util_Log_TAP
A TestListener that generates a logfile of the test execution using the Test Anything Protocol (TAP).

Code

protected $testNumber = 0;