DbQbeTest::testGetShowRow PHP Method

testGetShowRow() public method

Test for _getShowRow
public testGetShowRow ( ) : void
return void
    public function testGetShowRow()
    {
        $this->assertEquals('<tr class="noclick"><th>Show:</th><td class="center"><input type' . '="checkbox" name="criteriaShow[0]" /></td><td class="center">' . '<input type="checkbox" name="criteriaShow[1]" /></td><td ' . 'class="center"><input type="checkbox" name="criteriaShow[2]" />' . '</td></tr>', $this->_callProtectedFunction('_getShowRow', array()));
    }