You are here

protected property PHPUnit_Util_Log_TAP::$testSuccessful 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::testSuccessful

Type: bool

File

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

Class

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

Code

protected $testSuccessful = true;