You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/JoomlaBrowser.php
+12-16Lines changed: 12 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
useCodeception\Module\WebDriver;
12
12
13
13
/**
14
-
* Joomla Browser class to perform test suits for joomla.
14
+
* Joomla Browser class to perform test suits for Joomla.
15
15
*
16
16
* @since 1.0
17
17
*/
@@ -139,11 +139,10 @@ public function installJoomla()
139
139
140
140
// Install Joomla CMS');
141
141
142
-
// @todo: activate the filesystem module
143
-
144
142
$this->debug('I open Joomla Installation Configuration Page');
145
143
$I->amOnPage('/installation/index.php');
146
-
$this->debug('I check that FTP tab is not present in installation. Otherwise it means that I have not enough permissions to install joomla and execution will be stoped');
144
+
$this->debug('I check that FTP tab is not present in installation. Otherwise it means that I have not enough '
145
+
. 'permissions to install joomla and execution will be stoped');
147
146
$I->dontSeeElement(['id' => 'ftp']);
148
147
149
148
// I Wait for the text Main Configuration, meaning that the page is loaded
@@ -324,6 +323,7 @@ public function setErrorReportingToDevelopment()
324
323
* @note: doAdminLogin() before
325
324
*
326
325
* @deprecated since Joomla 3.4.4-dev. Use installExtensionFromFolder($path, $type = 'Extension') instead.
0 commit comments