protected property PHPUnit_Util_Log_TAP::$testSuiteLevel in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Util/Log/TAP.php \PHPUnit_Util_Log_TAP::testSuiteLevel
Type: int
File
- vendor/
phpunit/ phpunit/ src/ Util/ Log/ TAP.php, line 27
Class
- PHPUnit_Util_Log_TAP
- A TestListener that generates a logfile of the test execution using the Test Anything Protocol (TAP).
Code
protected $testSuiteLevel = 0;