You are here

protected property PHPUnit_Extensions_TestDecorator::$test in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Extensions/TestDecorator.php \PHPUnit_Extensions_TestDecorator::test

The Test to be decorated.

Type: object

File

vendor/phpunit/phpunit/src/Extensions/TestDecorator.php, line 27

Class

PHPUnit_Extensions_TestDecorator
A Decorator for Tests.

Code

protected $test = null;