You are here

protected property PHPUnit_Framework_Constraint_TraversableContains::$value in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContains.php \PHPUnit_Framework_Constraint_TraversableContains::value

Type: mixed

File

vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContains.php, line 32

Class

PHPUnit_Framework_Constraint_TraversableContains
Constraint that asserts that the Traversable it is applied to contains a given value.

Code

protected $value;