Property | Type | Description | |
---|---|---|---|
$failure_reason | string | ||
$value | PHPUnit_Extensions_Database_DataSet_IDataSet |
Method | Description | |
---|---|---|
__construct ( PHPUnit_Extensions_Database_DataSet_IDataSet $value ) | Creates a new constraint. | |
evaluate ( PHPUnit_Extensions_Database_DataSet_IDataSet $other ) : boolean | Determines whether or not the given dataset matches the dataset used to create this constraint. | |
toString ( ) : string | Returns a string representation of the constraint. |
Method | Description | |
---|---|---|
customFailureDescription ( $other, $description, $not ) |
public __construct ( PHPUnit_Extensions_Database_DataSet_IDataSet $value ) | ||
$value | PHPUnit_Extensions_Database_DataSet_IDataSet |
protected customFailureDescription ( $other, $description, $not ) |