Gc\View\Helper\FormCheckboxTest::testRenderWithoutName PHP Method

testRenderWithoutName() public method

Test
public testRenderWithoutName ( ) : void
return void
    public function testRenderWithoutName()
    {
        $this->setExpectedException('Zend\\Form\\Exception\\DomainException');
        $this->object->render(new Element\Checkbox());
    }