protected property PHPUnit_Util_Log_TAP::$testNumber

Type: integer

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/TAP.php, line 63

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;