DbQbeTest::testGetSortSelectCell PHP Method

testGetSortSelectCell() public method

Test for _getSortSelectCell
public testGetSortSelectCell ( ) : void
return void
    public function testGetSortSelectCell()
    {
        $this->assertEquals('<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>', $this->_callProtectedFunction('_getSortSelectCell', array(1)));
    }