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

testRender() public method

Test
public testRender ( ) : void
return void
    public function testRender()
    {
        $markup = $this->object->render($this->element);
        $this->assertContains('type="checkbox"', $markup);
        $this->assertContains('name="foo"', $markup);
    }