PHP 클래스 Captioning\Format\WebvttFileTest

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

공개 메소드들

메소드 설명
parseExceptionProvider ( ) : array
parseProvider ( ) : array
testAddingCuesBothWays ( )
testIfAFileIsParsedProperly ( )
testIfWeGetTheFirstCue ( )
testIfWeGetTheLastCue ( )
testParse ( string $vtt )
testParseException ( string $vtt, array $errors )
testRegions ( )
testRegionsEmpty ( )

보호된 메소드들

메소드 설명
setUp ( )

비공개 메소드들

메소드 설명
getWebvttFile ( string $filename, string $encoding = null, boolean $useIconv = false ) : WebvttFile

메소드 상세

parseExceptionProvider() 공개 메소드

public parseExceptionProvider ( ) : array
리턴 array

parseProvider() 공개 메소드

public parseProvider ( ) : array
리턴 array

setUp() 보호된 메소드

protected setUp ( )

testAddingCuesBothWays() 공개 메소드

testIfAFileIsParsedProperly() 공개 메소드

testIfWeGetTheFirstCue() 공개 메소드

testIfWeGetTheLastCue() 공개 메소드

testParse() 공개 메소드

public testParse ( string $vtt )
$vtt string

testParseException() 공개 메소드

public testParseException ( string $vtt, array $errors )
$vtt string
$errors array

testRegions() 공개 메소드

public testRegions ( )

testRegionsEmpty() 공개 메소드

public testRegionsEmpty ( )