CustomAssertions::assertHasDBField

Usage

CustomAssertions::assertHasDBField(string $sql, string $column, string $value)

Description

Check single database field

Parameters

Parameter Required Type Description
$sql Yes string
$column Yes string
$value Yes string

Return Value


See Also