PHP 클래스 Redaxscript\Tests\ConfigTest

부터: 2.2.0
저자: Henry Ruhs
상속: extends TestCaseAbstract
파일 보기 프로젝트 열기: redaxmedia/redaxscript

보호된 프로퍼티들

프로퍼티 타입 설명
$_config object instance of the config class
$_configArray array array to restore config

공개 메소드들

메소드 설명
providerParse ( ) : array providerParse
setUp ( ) setUp
setUpBeforeClass ( ) setUpBeforeClass
tearDown ( ) tearDown
testGetAll ( ) testGetAll
testGetAndSet ( ) testGetAndSet
testInit ( ) testInit
testParse ( string $dbUrl = null, array $configArray = [] ) testParse
testWrite ( ) testWrite

메소드 상세

providerParse() 공개 메소드

providerParse
부터: 3.0.0
public providerParse ( ) : array
리턴 array

setUp() 공개 메소드

setUp
부터: 3.0.0
public setUp ( )

setUpBeforeClass() 공개 정적인 메소드

setUpBeforeClass
부터: 3.0.0
public static setUpBeforeClass ( )

tearDown() 공개 메소드

tearDown
부터: 3.0.0
public tearDown ( )

testGetAll() 공개 메소드

testGetAll
부터: 2.2.0
public testGetAll ( )

testGetAndSet() 공개 메소드

testGetAndSet
부터: 2.2.0
public testGetAndSet ( )

testInit() 공개 메소드

testInit
부터: 2.4.0
public testInit ( )

testParse() 공개 메소드

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

testWrite() 공개 메소드

testWrite
부터: 2.4.0
public testWrite ( )

프로퍼티 상세

$_config 보호되어 있는 프로퍼티

instance of the config class
protected object $_config
리턴 object

$_configArray 보호되어 있는 프로퍼티

array to restore config
protected array $_configArray
리턴 array