PHP 클래스 Nelmio\Alice\Parser\Chainable\YamlParserTest

상속: extends PHPUnit_Framework_TestCase, use trait Nelmio\Alice\Parser\FileListProviderTrait
파일 보기 프로젝트 열기: nelmio/alice

공개 메소드들

메소드 설명
setUp ( )
setUpBeforeClass ( )
tearDownAfterClass ( )
testCanParseYamlFiles ( string $file, array $expectedParsers )
testCannotParsePhpFiles ( string $file )
testCannotParseUnsupportedFiles ( string $file )
testIsAChainableParser ( )
testIsNotClonable ( )
testParsingEmptyFileResultsInEmptySet ( )
testReturnsParsedFileContent ( )
testThrowExceptionIfFileDoesNotExist ( )
testThrowsAnExceptionIfFileNotParsable ( )
testThrowsAnExceptionOnUnexpectedParseException ( )
testUseSymfonyParserToParseFile ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

setUpBeforeClass() 공개 정적인 메소드

public static setUpBeforeClass ( )

tearDownAfterClass() 공개 정적인 메소드

public static tearDownAfterClass ( )

testCanParseYamlFiles() 공개 메소드

public testCanParseYamlFiles ( string $file, array $expectedParsers )
$file string
$expectedParsers array

testCannotParsePhpFiles() 공개 메소드

public testCannotParsePhpFiles ( string $file )
$file string

testCannotParseUnsupportedFiles() 공개 메소드

testIsAChainableParser() 공개 메소드

testIsNotClonable() 공개 메소드

public testIsNotClonable ( )

testParsingEmptyFileResultsInEmptySet() 공개 메소드

testReturnsParsedFileContent() 공개 메소드

testThrowExceptionIfFileDoesNotExist() 공개 메소드

testThrowsAnExceptionIfFileNotParsable() 공개 메소드

testThrowsAnExceptionOnUnexpectedParseException() 공개 메소드

testUseSymfonyParserToParseFile() 공개 메소드