PHP 클래스 Alltube\Test\ConfigTest

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

공개 메소드들

메소드 설명
testGetInstance ( ) : void Test the getInstance function.
testGetInstanceWithEnv ( ) : void Test the getInstance function with the CONVERT environment variable.
testGetInstanceWithMissingFile ( ) : void Test the getInstance function with a missing config file.

보호된 메소드들

메소드 설명
setUp ( ) Prepare tests.

메소드 상세

setUp() 보호된 메소드

Prepare tests.
protected setUp ( )

testGetInstance() 공개 메소드

Test the getInstance function.
public testGetInstance ( ) : void
리턴 void

testGetInstanceWithEnv() 공개 메소드

Test the getInstance function with the CONVERT environment variable.
public testGetInstanceWithEnv ( ) : void
리턴 void

testGetInstanceWithMissingFile() 공개 메소드

Test the getInstance function with a missing config file.