PHP 클래스 StackFormation\Tests\PreprocessorTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$preprocessor StackFormation\Preprocessor

공개 메소드들

메소드 설명
processFile ( string $fixtureDirectory )
processFileDataProvider ( )
processJson ( string $inputJson, string $expectedJson )
processJsonDataProvider ( ) : array
setUp ( )

메소드 상세

processFile() 공개 메소드

public processFile ( string $fixtureDirectory )
$fixtureDirectory string

processFileDataProvider() 공개 메소드

processJson() 공개 메소드

public processJson ( string $inputJson, string $expectedJson )
$inputJson string
$expectedJson string

processJsonDataProvider() 공개 메소드

public processJsonDataProvider ( ) : array
리턴 array

setUp() 공개 메소드

public setUp ( )

프로퍼티 상세

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

protected Preprocessor,StackFormation $preprocessor
리턴 StackFormation\Preprocessor