PHP 클래스 Cascade\Tests\Config\Loader\ClassLoaderTest

저자: Raphael Antonmattei ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: theorchard/monolog-cascade

공개 메소드들

메소드 설명
dataFortestSetClass ( ) : array Provides options with and without a class param
setUp ( ) Set up function
tearDown ( ) Tear down function
testGetExtraOptionsHandler ( )
testLoad ( )
testLoadDependency ( ) Test a nested class to load
testOptionsToCamelCase ( )
testSetClass ( array $options, string $expectedClass ) Testing the setClass method

메소드 상세

dataFortestSetClass() 공개 메소드

Provides options with and without a class param
public dataFortestSetClass ( ) : array
리턴 array of args

setUp() 공개 메소드

Set up function
public setUp ( )

tearDown() 공개 메소드

Tear down function
public tearDown ( )

testGetExtraOptionsHandler() 공개 메소드

testLoad() 공개 메소드

public testLoad ( )

testLoadDependency() 공개 메소드

Test a nested class to load
public testLoadDependency ( )

testOptionsToCamelCase() 공개 메소드

testSetClass() 공개 메소드

Testing the setClass method
public testSetClass ( array $options, string $expectedClass )
$options array Array of options
$expectedClass string Expected classname of the instantiated object