프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 |