You are here

protected property PHPUnit_Framework_Constraint_TraversableContains::$checkForObjectIdentity in Zircon Profile 8

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

Type: bool

File

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

Class

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

Code

protected $checkForObjectIdentity;