CustomAssertions::assertHasTableField

Usage

CustomAssertions::assertHasTableField(string $table_alias, int $col_num, string $value)

Description

Check for specfic table row and column value

Parameters

Parameter Required Type Description
$table_alias Yes string
$col_num Yes int
$value Yes string

Return Value


See Also