JApplicationWebTest::testFetchConfigurationData
Tests the JCli::fetchConfigurationData method.
Signature
public function testFetchConfigurationData(string
$file,
[string
$class = false,
[boolean
$expectsClass = false,
[array
$expects = false,
[bool
$expectedException = false]]]] )
Parameters
-
$file
- The name of the configuration file.
-
$class
- The name of the class.
-
$expectsClass
- The result is expected to be a class.
-
$expects
- The expected result as an array.
-
$expectedException
- The expected exception.
Returns
- void