CustomAssertions::assertHasDBField
Usage
CustomAssertions::assertHasDBField(string $sql, string $column, string $value)Description
Check single database fieldParameters
Parameter | Required | Type | Description |
---|---|---|---|
$sql | Yes | string | |
$column | Yes | string | |
$value | Yes | string |