You are here

protected property PHPUnit_Framework_Constraint_TraversableContains::$checkForNonObjectIdentity 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::checkForNonObjectIdentity

Type: bool

File

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

Class

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

Code

protected $checkForNonObjectIdentity;