BlueSpice MediaWiki master
|
Public Member Functions | |
__construct ($type, $isNativeType=true) | |
evaluate ($other, $description= '', $returnResult=false) | |
toString () | |
![]() | |
evaluate ($other, $description= '', $returnResult=false) | |
count () | |
Protected Attributes | |
$constraint | |
$type | |
![]() | |
$exporter | |
Additional Inherited Members | |
![]() | |
matches ($other) | |
fail ($other, $description, SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure=null) | |
additionalFailureDescription ($other) | |
failureDescription ($other) | |
Constraint that asserts that the Traversable it is applied to contains only values of a given type.
PHPUnit_Framework_Constraint_TraversableContainsOnly::__construct | ( | $type, | |
$isNativeType = true |
|||
) |
string | $type | |
bool | $isNativeType |
PHPUnit_Framework_Constraint_TraversableContainsOnly::evaluate | ( | $other, | |
$description = '' , |
|||
$returnResult = false |
|||
) |
Evaluates the constraint for parameter $other
If $returnResult is set to false (the default), an exception is thrown in case of a failure. null is returned otherwise.
If $returnResult is true, the result of the evaluation is returned as a boolean value instead: true in case of success, false in case of a failure.
mixed | $other | Value or object to evaluate. |
string | $description | Additional information about the test |
bool | $returnResult | Whether to return a result or throw an exception |
PHPUnit_Framework_ExpectationFailedException |
PHPUnit_Framework_Constraint_TraversableContainsOnly::toString | ( | ) |
Returns a string representation of the constraint.
Implements PHPUnit_Framework_SelfDescribing.