Свойство | Тип | Описание | |
---|---|---|---|
$constraint | PHPUnit_Framework_Constraint | ||
$type | string |
Метод | Описание | |
---|---|---|
__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. |
public __construct ( string $type, boolean $isNativeType = TRUE ) | ||
$type | string | |
$isNativeType | boolean |
protected PHPUnit_Framework_Constraint $constraint | ||
Результат | PHPUnit_Framework_Constraint |