PHP 클래스 Thunder\Shortcode\Tests\ProcessorTest

저자: Tomasz Kowalczyk ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: thunderer/shortcode

공개 메소드들

메소드 설명
provideBuiltInTests ( )
provideTexts ( )
testBaseOffset ( )
testBuiltInHandlers ( $text, $result )
testDefaultHandler ( )
testExceptionOnInvalidAutoProcessFlag ( )
testExceptionOnInvalidMaxIterations ( )
testExceptionOnInvalidRecursionDepth ( )
testMultipleParent ( )
testOriginalContent ( )
testPreventInfiniteLoop ( )
testProcessContentIfHasChildHandlerButNotParent ( )
testProcessorDeclare ( )
testProcessorIterative ( )
testProcessorParentContext ( )
testProcessorProcess ( string $text, string $result )
testProcessorShortcodePositions ( )
testProcessorWithoutContentAutoProcessing ( )
testProcessorWithoutRecursion ( )
testReplaceWithoutContentOffset ( )
testReplacesLongerThanInputText ( )
testStripOuter ( )
testValidProcessAfterHandlerRemoval ( )

비공개 메소드들

메소드 설명
getHandlers ( )

메소드 상세

provideBuiltInTests() 공개 메소드

public provideBuiltInTests ( )

provideTexts() 공개 메소드

public provideTexts ( )

testBaseOffset() 공개 메소드

public testBaseOffset ( )

testBuiltInHandlers() 공개 메소드

public testBuiltInHandlers ( $text, $result )

testDefaultHandler() 공개 메소드

public testDefaultHandler ( )

testExceptionOnInvalidAutoProcessFlag() 공개 메소드

testExceptionOnInvalidMaxIterations() 공개 메소드

testExceptionOnInvalidRecursionDepth() 공개 메소드

testMultipleParent() 공개 메소드

public testMultipleParent ( )

testOriginalContent() 공개 메소드

public testOriginalContent ( )

testPreventInfiniteLoop() 공개 메소드

testProcessContentIfHasChildHandlerButNotParent() 공개 메소드

testProcessorDeclare() 공개 메소드

testProcessorIterative() 공개 메소드

testProcessorParentContext() 공개 메소드

testProcessorProcess() 공개 메소드

public testProcessorProcess ( string $text, string $result )
$text string
$result string

testProcessorShortcodePositions() 공개 메소드

testProcessorWithoutContentAutoProcessing() 공개 메소드

testProcessorWithoutRecursion() 공개 메소드

testReplaceWithoutContentOffset() 공개 메소드

testReplacesLongerThanInputText() 공개 메소드

testStripOuter() 공개 메소드

public testStripOuter ( )

testValidProcessAfterHandlerRemoval() 공개 메소드