DbQbeTest::testGetSortRow PHP Method

testGetSortRow() public method

Test for _getSortRow
public testGetSortRow ( ) : void
return void
    public function testGetSortRow()
    {
        $this->assertEquals('<tr class="noclick"><th>Sort:</th><td class="center">' . '<select style="width: 12ex" name="criteriaSort[0]" size="1">' . '<option value="">&nbsp;</option><option value="ASC">Ascending' . '</option><option value="DESC">Descending</option></select></td>' . '<td class="center"><select style="width: 12ex" ' . 'name="criteriaSort[1]" size="1"><option value="">&nbsp;</option>' . '<option value="ASC">Ascending</option><option value="DESC">' . 'Descending</option></select></td><td class="center">' . '<select style="width: 12ex" name="criteriaSort[2]" size="1">' . '<option value="">&nbsp;</option><option value="ASC">Ascending' . '</option><option value="DESC">Descending</option></select></td></tr>', $this->_callProtectedFunction('_getSortRow', array()));
    }