PHP Class PHPUnit_Framework_Constraint_TraversableContainsOnly, qcodo

Author: Sebastian Bergmann ([email protected])
Inheritance: extends PHPUnit_Framework_Constraint
Afficher le fichier Open project: qcodo/qcodo

Protected Properties

Свойство Type Description
$constraint PHPUnit_Framework_Constraint
$type string

Méthodes publiques

Méthode Description
__construct ( string $type, boolean $isNativeType = TRUE )
evaluate ( mixed $other ) : boolean Evaluates the constraint for parameter $other. Returns TRUE if the constraint is met, FALSE otherwise.
toString ( ) : string Returns a string representation of the constraint.

Method Details

__construct() public méthode

public __construct ( string $type, boolean $isNativeType = TRUE )
$type string
$isNativeType boolean

evaluate() public méthode

Evaluates the constraint for parameter $other. Returns TRUE if the constraint is met, FALSE otherwise.
public evaluate ( mixed $other ) : boolean
$other mixed Value or object to evaluate.
Résultat boolean

toString() public méthode

Returns a string representation of the constraint.
public toString ( ) : string
Résultat string

Property Details

$constraint protected_oe property

protected PHPUnit_Framework_Constraint $constraint
Résultat PHPUnit_Framework_Constraint

$type protected_oe property

protected string $type
Résultat string