You are here

constant PHPUnit_Framework_Constraint_IsIdentical::EPSILON 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::EPSILON

File

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

Class

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

Code

const EPSILON = 1.0E-10;