Backend\Modules\Extensions\Tests\UploadThemeTest::setUp PHP Method

setUp() protected method

protected setUp ( ) : void
return void
    protected function setUp()
    {
        $this->logout();
        $this->client = static::createClient();
        $this->client->setMaxRedirects(1);
        $this->client->request('GET', self::URL_UPLOAD_THEME);
        $this->login();
        $this->client->request('GET', self::URL_UPLOAD_THEME);
    }