PHP 클래스 PHPUnit_Extensions_Database_Constraint_TableIsEqual, qcodo

저자: Mike Lively ([email protected])
상속: extends PHPUnit_Framework_Constraint
파일 보기 프로젝트 열기: qcodo/qcodo

보호된 프로퍼티들

프로퍼티 타입 설명
$failure_reason string
$value PHPUnit_Extensions_Database_DataSet_ITable

공개 메소드들

메소드 설명
__construct ( PHPUnit_Extensions_Database_DataSet_ITable $value ) Creates a new constraint.
evaluate ( PHPUnit_Extensions_Database_DataSet_ITable $other ) : boolean Determines whether or not the given table matches the table used to create this constraint.
toString ( ) : string Returns a string representation of the constraint.

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

Creates a new constraint.
public __construct ( PHPUnit_Extensions_Database_DataSet_ITable $value )
$value PHPUnit_Extensions_Database_DataSet_ITable

customFailureDescription() 보호된 메소드

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

evaluate() 공개 메소드

Determines whether or not the given table matches the table used to create this constraint.
public evaluate ( PHPUnit_Extensions_Database_DataSet_ITable $other ) : boolean
$other PHPUnit_Extensions_Database_DataSet_ITable
리턴 boolean

toString() 공개 메소드

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

프로퍼티 상세

$failure_reason 보호되어 있는 프로퍼티

protected string $failure_reason
리턴 string

$value 보호되어 있는 프로퍼티

protected PHPUnit_Extensions_Database_DataSet_ITable $value
리턴 PHPUnit_Extensions_Database_DataSet_ITable