PHP Class PHPUnit_Framework_Constraint_IsType, qcodo

The expected value is passed in the constructor.
Inheritance: extends PHPUnit_Framework_Constraint
Exibir arquivo Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Property Type Description
$type string
$types array

Public Methods

Method Description
__construct ( string $type )
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 method

public __construct ( string $type )
$type string

evaluate() public method

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.
return boolean

toString() public method

Returns a string representation of the constraint.
public toString ( ) : string
return string

Property Details

$type protected_oe property

protected string $type
return string

$types protected_oe property

protected array $types
return array