DbQbeTest::testGetInputboxRow PHP Method

testGetInputboxRow() public method

Test for _getInputboxRow
public testGetInputboxRow ( ) : void
return void
    public function testGetInputboxRow()
    {
        $this->assertEquals('<td class="center"><input type="text" name="Or2[0]" value="" class=' . '"textfield" style="width: 12ex" size="20" /></td><td class="center">' . '<input type="text" name="Or2[1]" value="" class="textfield" ' . 'style="width: 12ex" size="20" /></td><td class="center"><input ' . 'type="text" name="Or2[2]" value="" class="textfield" style="width: ' . '12ex" size="20" /></td>', $this->_callProtectedFunction('_getInputboxRow', array(2)));
    }