Sanpi\Behatch\Context\TableContext::iShouldSeeRowsInTheTable PHP Метод

iShouldSeeRowsInTheTable() публичный Метод

Checks that the specified table contains the specified number of rows in its body
public iShouldSeeRowsInTheTable ( $count, $table )
    public function iShouldSeeRowsInTheTable($count, $table)
    {
        $this->iShouldSeeRowsInTheNthTable($count, 1, $table);
    }