Skip to content

Commit 54ac7aa

Browse files
committed
fix parse error
1 parent 1f440ac commit 54ac7aa

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
@@ -86,7 +86,7 @@ public function installJoomla()
8686
$this->debug('I wait for Main Configuration');
8787
$I->waitForText('Main Configuration', 10,['xpath' => '//h3']);
8888

89-
$I->debug('I select en-GB as installation language')
89+
$I->debug('I select en-GB as installation language');
9090
$I->selectOptionInChosen('Select Language', 'English (United Kingdom)');
9191
$I->wait(1);
9292
$this->debug('I fill Site Name');

0 commit comments

Comments
 (0)