Gc\View\Helper\FormMultiCheckboxTest::setUp PHP Method

setUp() protected method

This method is called before a test is executed.
protected setUp ( ) : void
return void
    protected function setUp()
    {
        $this->element = new Element\MultiCheckbox('foo');
        $this->object = new FormMultiCheckbox();
        $this->object->setTranslator(Registry::get('Application')->getServiceManager()->get('MvcTranslator'));
    }