NavigationTest::setUp PHP Method

setUp() protected method

Sets up the fixture.
protected setUp ( ) : void
return void
    protected function setUp()
    {
        $this->object = new PMA\libraries\navigation\Navigation();
        $GLOBALS['cfgRelation']['db'] = 'pmadb';
        $GLOBALS['cfgRelation']['navigationhiding'] = 'navigationhiding';
        $GLOBALS['cfg']['Server']['user'] = 'user';
        $GLOBALS['cfg']['ActionLinksMode'] = 'both';
        $GLOBALS['pmaThemeImage'] = '';
    }