GcFrontend\ModuleTest::setUp PHP Méthode

setUp() protected méthode

This method is called before a test is executed.
protected setUp ( ) : void
Résultat void
    protected function setUp()
    {
        $this->object = new Module();
        $this->uri = Registry::get('Application')->getRequest()->getUri();
        $this->mvcEvent = Registry::get('Application')->getMvcEvent();
        $this->config = Registry::get('Application')->getServiceManager()->get('CoreConfig');
    }