You are here

protected property PHPUnit_Util_Log_JSON::$currentTestPass in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Util/Log/JSON.php \PHPUnit_Util_Log_JSON::currentTestPass

Type: bool

File

vendor/phpunit/phpunit/src/Util/Log/JSON.php, line 31

Class

PHPUnit_Util_Log_JSON
A TestListener that generates JSON messages.

Code

protected $currentTestPass = true;