30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-05 07:50:48 +00:00

Install weblinks removing Joomla installation folder

This pull adds Daniel fix at https://github.com/joomla-projects/joomla-browser/pull/74
This commit is contained in:
javier gomez 2015-10-31 12:07:53 +01:00
parent 58bf6f8f11
commit 19538a6321
2 changed files with 12 additions and 10 deletions

20
composer.lock generated
View File

@ -499,16 +499,18 @@
], ],
"authors": [ "authors": [
{ {
"name": "Yaroslav Kiliba", "name": "Henrik Bjornskov",
"email": "om.dattaya@gmail.com" "email": "henrik@bjrnskov.dk",
"homepage": "http://henrik.bjrnskov.dk"
}, },
{ {
"name": "Konstantin Kudryashov", "name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com" "email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}, },
{ {
"name": "Henrik Bjrnskov", "name": "Yaroslav Kiliba",
"email": "henrik@bjrnskov.dk" "email": "om.dattaya@gmail.com"
} }
], ],
"description": "Resource Watcher.", "description": "Resource Watcher.",
@ -525,12 +527,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/joomla-projects/joomla-browser.git", "url": "https://github.com/joomla-projects/joomla-browser.git",
"reference": "0999fe673c34fbcf252957b6bc96bbf48956d70e" "reference": "b0056ff0018c529cc2a143f6d78004bce8f9d5b0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/joomla-projects/joomla-browser/zipball/0999fe673c34fbcf252957b6bc96bbf48956d70e", "url": "https://api.github.com/repos/joomla-projects/joomla-browser/zipball/b0056ff0018c529cc2a143f6d78004bce8f9d5b0",
"reference": "0999fe673c34fbcf252957b6bc96bbf48956d70e", "reference": "b0056ff0018c529cc2a143f6d78004bce8f9d5b0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -568,7 +570,7 @@
"acceptance testing", "acceptance testing",
"joomla" "joomla"
], ],
"time": "2015-10-30 13:37:14" "time": "2015-10-31 11:00:18"
}, },
{ {
"name": "joomla-projects/robo", "name": "joomla-projects/robo",

View File

@ -14,7 +14,7 @@ class InstallWeblinksCest
public function installJoomla(\AcceptanceTester $I) public function installJoomla(\AcceptanceTester $I)
{ {
$I->am('Administrator'); $I->am('Administrator');
$I->installJoomla(); $I->installJoomlaRemovingInstallationFolder();
$I->doAdministratorLogin(); $I->doAdministratorLogin();
$I->setErrorReportingToDevelopment(); $I->setErrorReportingToDevelopment();
} }