PHP Class Redaxscript\Tests\ConfigTest

Since: 2.2.0
Author: Henry Ruhs
Inheritance: extends TestCaseAbstract
Afficher le fichier Open project: redaxmedia/redaxscript

Protected Properties

Свойство Type Description
$_config object instance of the config class
$_configArray array array to restore config

Méthodes publiques

Méthode Description
providerParse ( ) : array providerParse
setUp ( ) setUp
setUpBeforeClass ( ) setUpBeforeClass
tearDown ( ) tearDown
testGetAll ( ) testGetAll
testGetAndSet ( ) testGetAndSet
testInit ( ) testInit
testParse ( string $dbUrl = null, array $configArray = [] ) testParse
testWrite ( ) testWrite

Method Details

providerParse() public méthode

providerParse
Since: 3.0.0
public providerParse ( ) : array
Résultat array

setUp() public méthode

setUp
Since: 3.0.0
public setUp ( )

setUpBeforeClass() public static méthode

setUpBeforeClass
Since: 3.0.0
public static setUpBeforeClass ( )

tearDown() public méthode

tearDown
Since: 3.0.0
public tearDown ( )

testGetAll() public méthode

testGetAll
Since: 2.2.0
public testGetAll ( )

testGetAndSet() public méthode

testGetAndSet
Since: 2.2.0
public testGetAndSet ( )

testInit() public méthode

testInit
Since: 2.4.0
public testInit ( )

testParse() public méthode

testParse
Since: 3.0.0
public testParse ( string $dbUrl = null, array $configArray = [] )
$dbUrl string
$configArray array

testWrite() public méthode

testWrite
Since: 2.4.0
public testWrite ( )

Property Details

$_config protected_oe property

instance of the config class
protected object $_config
Résultat object

$_configArray protected_oe property

array to restore config
protected array $_configArray
Résultat array