Skip to content

Commit 869c79b

Browse files
committed
getConfig added
1 parent 8b57d5c commit 869c79b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/JoomlaBrowser.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,4 +1274,21 @@ public function createUser($name, $username, $password, $email, $userGroup = 'Su
12741274
$this->see('User saved', '#system-message-container');
12751275
$this->checkForPhpNoticesOrWarnings();
12761276
}
1277+
1278+
1279+
/**
1280+
* getConfig
1281+
*
1282+
* @param string $value Get the setting from the option
1283+
*
1284+
* @return mixed
1285+
*
1286+
* @since version
1287+
* @throws \Codeception\Exception\ModuleException
1288+
*/
1289+
public function getConfig($value)
1290+
{
1291+
// return $this->getModule('JoomlaBrowser')->_getConfig($value);
1292+
return $this->config[$value];
1293+
}
12771294
}

0 commit comments

Comments
 (0)