PHP 클래스 PHPUnit_Framework_Constraint_ObjectHasAttribute, qcodo

The attribute name is passed in the constructor.
저자: Sebastian Bergmann ([email protected])
상속: extends PHPUnit_Framework_Constraint_ClassHasAttribute
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

공개 메소드들

메소드 설명
evaluate ( mixed $other ) : boolean Evaluates the constraint for parameter $other. Returns TRUE if the constraint is met, FALSE otherwise.

보호된 메소드들

메소드 설명
customFailureDescription ( $other, $description, $not )

메소드 상세

customFailureDescription() 보호된 메소드

protected customFailureDescription ( $other, $description, $not )

evaluate() 공개 메소드

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.
리턴 boolean