am('Administrator'); $I->installJoomlaRemovingInstallationFolder(); $I->doAdministratorLogin(); $I->setErrorReportingToDevelopment(); } /** * @depends installJoomla */ public function installWeblinks(\AcceptanceTester $I) { $I->doAdministratorLogin(); $I->comment('get Weblinks repository folder from acceptance.suite.yml (see _support/AcceptanceHelper.php)'); $path = $I->getConfiguration('repo_folder'); $I->installExtensionFromFolder(rtrim($path, "/") . '/src/com_weblinks/'); $I->doAdministratorLogout(); } }