PHP 클래스 Gc\Core\ConfigTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: gotcms/gotcms

보호된 프로퍼티들

프로퍼티 타입 설명
$object Config

공개 메소드들

메소드 설명
testGetEmptyValues ( ) : void Test
testGetValue ( ) : void Test
testGetValueWithEmptyIdentifier ( ) : void Test
testGetValues ( ) : void Test
testSetValue ( ) : void Test
testSetValueWithEmptyIdentifier ( ) : void Test
testSetValueWithNewIdentifier ( ) : void Test

보호된 메소드들

메소드 설명
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

메소드 상세

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( ) : void
리턴 void

tearDown() 보호된 메소드

This method is called after a test is executed.
protected tearDown ( ) : void
리턴 void

testGetEmptyValues() 공개 메소드

Test
public testGetEmptyValues ( ) : void
리턴 void

testGetValue() 공개 메소드

Test
public testGetValue ( ) : void
리턴 void

testGetValueWithEmptyIdentifier() 공개 메소드

Test

testGetValues() 공개 메소드

Test
public testGetValues ( ) : void
리턴 void

testSetValue() 공개 메소드

Test
public testSetValue ( ) : void
리턴 void

testSetValueWithEmptyIdentifier() 공개 메소드

Test

testSetValueWithNewIdentifier() 공개 메소드

Test

프로퍼티 상세

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

protected Config,Gc\Core $object
리턴 Config