You are here

protected property PHPUnit_Framework_Constraint_IsIdentical::$value in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php \PHPUnit_Framework_Constraint_IsIdentical::value

Type: mixed

File

vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php, line 34

Class

PHPUnit_Framework_Constraint_IsIdentical
Constraint that asserts that one value is identical to another.

Code

protected $value;