AuthenticationSignonTest::setup PHP Method

setup() public method

Configures global environment.
public setup ( ) : void
return void
    function setup()
    {
        $GLOBALS['PMA_Config'] = new PMA\libraries\Config();
        $GLOBALS['PMA_Config']->enableBc();
        $GLOBALS['server'] = 0;
        $this->object = new AuthenticationSignon();
    }