ActivityLog\Controller\IndexControllerTest::setUp PHP Method

setUp() public method

This method is called before a test is executed.
public setUp ( ) : void
return void
    public function setUp()
    {
        $this->init();
        ModuleModel::install(Registry::get('Application')->getServiceManager()->get('CustomModules'), 'ActivityLog');
    }