CustomAssertions::assertHasTableField
Usage
CustomAssertions::assertHasTableField(string $table_alias, int $col_num, string $value)Description
Check for specfic table row and column valueParameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| $table_alias | Yes | string | |
| $col_num | Yes | int | |
| $value | Yes | string |