DbQbeTest::testGetAndOrColCell PHP Метод

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

Test for _getAndOrColCell
public testGetAndOrColCell ( ) : void
Результат void
    public function testGetAndOrColCell()
    {
        $this->assertEquals('<td class="center"><strong>Or:</strong><input type="radio" ' . 'name="criteriaAndOrColumn[1]" value="or" />&nbsp;&nbsp;<strong>And:' . '</strong><input type="radio" name="criteriaAndOrColumn[1]" value=' . '"and" /><br />Ins<input type="checkbox" name="criteriaColumnInsert' . '[1]" />&nbsp;&nbsp;Del<input type="checkbox" ' . 'name="criteriaColumnDelete[1]" /></td>', $this->_callProtectedFunction('_getAndOrColCell', array(1)));
    }