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

testRenderWithoutElementCheckbox() public method

Test
    public function testRenderWithoutElementCheckbox()
    {
        $this->setExpectedException('Zend\\Form\\Exception\\InvalidArgumentException');
        $this->object->render(new Element\Text('bar'));
    }