mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-27 02:12:50 +00:00
Merge
This commit is contained in:
parent
dc67401e70
commit
3683dfb0a7
@ -26,15 +26,10 @@ class InstallWeblinksCest
|
||||
{
|
||||
$I->doAdministratorLogin();
|
||||
$I->comment('get Weblinks repository folder from acceptance.suite.yml (see _support/AcceptanceHelper.php)');
|
||||
<<<<<<< HEAD
|
||||
|
||||
// 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");
|
||||
=======
|
||||
$path = $I->getConfiguration('repo_folder');
|
||||
$I->installExtensionFromFolder(rtrim($path, "/") . '/src/com_weblinks/');
|
||||
>>>>>>> master
|
||||
$I->doAdministratorLogout();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user