Skip to content

Commit 83063a2

Browse files
committed
Update function name setErrorReporting
Log tool will reply: ``` * I set error reporting to development ``` instead of current ``` * I set error reportingto development ``
1 parent d148444 commit 83063a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function installJoomla()
102102
*
103103
* @note: doAdminLogin() before
104104
*/
105-
public function setErrorReportingtoDevelopment()
105+
public function setErrorReportingToDevelopment()
106106
{
107107
$I = $this;
108108
$I->amOnPage('/administrator/index.php?option=com_config');

0 commit comments

Comments
 (0)