You are here

25 methods override PHPUnit_Framework_Constraint::matches() in Zircon Profile 8

PHPUnit_Framework_Constraint_ArrayHasKey::matches in vendor/phpunit/phpunit/src/Framework/Constraint/ArrayHasKey.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ArraySubset::matches in vendor/phpunit/phpunit/src/Framework/Constraint/ArraySubset.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_Callback::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php
Evaluates the constraint for parameter $value. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ClassHasAttribute::matches in vendor/phpunit/phpunit/src/Framework/Constraint/ClassHasAttribute.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_Count::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Count.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_Exception::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Exception.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ExceptionCode::matches in vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionCode.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ExceptionMessage::matches in vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessage.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ExceptionMessageRegExp::matches in vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessageRegExp.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_FileExists::matches in vendor/phpunit/phpunit/src/Framework/Constraint/FileExists.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_GreaterThan::matches in vendor/phpunit/phpunit/src/Framework/Constraint/GreaterThan.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsEmpty::matches in vendor/phpunit/phpunit/src/Framework/Constraint/IsEmpty.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsFalse::matches in vendor/phpunit/phpunit/src/Framework/Constraint/IsFalse.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsInstanceOf::matches in vendor/phpunit/phpunit/src/Framework/Constraint/IsInstanceOf.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsJson::matches in vendor/phpunit/phpunit/src/Framework/Constraint/IsJson.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsNull::matches in vendor/phpunit/phpunit/src/Framework/Constraint/IsNull.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsTrue::matches in vendor/phpunit/phpunit/src/Framework/Constraint/IsTrue.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsType::matches in vendor/phpunit/phpunit/src/Framework/Constraint/IsType.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_JsonMatches::matches in vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_LessThan::matches in vendor/phpunit/phpunit/src/Framework/Constraint/LessThan.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_PCREMatch::matches in vendor/phpunit/phpunit/src/Framework/Constraint/PCREMatch.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_StringContains::matches in vendor/phpunit/phpunit/src/Framework/Constraint/StringContains.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_StringEndsWith::matches in vendor/phpunit/phpunit/src/Framework/Constraint/StringEndsWith.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_StringStartsWith::matches in vendor/phpunit/phpunit/src/Framework/Constraint/StringStartsWith.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_TraversableContains::matches in vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContains.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.