mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-28 14:58:28 +00:00
Added composer.lock file
This commit is contained in:
commit
585ce49eaf
@ -26,10 +26,15 @@ class InstallWeblinksCest
|
|||||||
{
|
{
|
||||||
$I->doAdministratorLogin();
|
$I->doAdministratorLogin();
|
||||||
$I->comment('get Weblinks repository folder from acceptance.suite.yml (see _support/AcceptanceHelper.php)');
|
$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 where the package file to install is located (mostly the same as joomla-cms)
|
||||||
$url = $I->getConfiguration('url');
|
$url = $I->getConfiguration('url');
|
||||||
$I->installExtensionFromUrl($url . "/pkg-weblinks-current.zip");
|
$I->installExtensionFromUrl($url . "/pkg-weblinks-current.zip");
|
||||||
|
=======
|
||||||
|
$path = $I->getConfiguration('repo_folder');
|
||||||
|
$I->installExtensionFromFolder(rtrim($path, "/") . '/src/com_weblinks/');
|
||||||
|
>>>>>>> master
|
||||||
$I->doAdministratorLogout();
|
$I->doAdministratorLogout();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user