You are here

protected property PHPUnit_Extensions_TicketListener::$ran in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/src/Extensions/TicketListener.php \PHPUnit_Extensions_TicketListener::ran

Type: bool

File

vendor/phpunit/phpunit/src/Extensions/TicketListener.php, line 26

Class

PHPUnit_Extensions_TicketListener
Base class for test listeners that interact with an issue tracker.

Code

protected $ran = false;