This commit is contained in:
Yves Hoppe 2015-11-01 10:22:31 +01:00
parent a429e7cdde
commit 06bbd1f093
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ class InstallWeblinksCest
// URL where the package file to install is located (mostly the same as joomla-cms)
$url = $I->getConfiguration('url');
$I->installExtensionFromUrl($url . "/pkg-weblinks-current.zip");
$I->doAdministratorLogout();
}
}