PHP 클래스 MiniAsset\Test\TestCase\Filter\SprocketsTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: markstory/mini-asset

공개 메소드들

메소드 설명
setUp ( )
testAngleBracketScanning ( ) : void test that scans all search paths for a suitable file. Unlike "foo" which only scans the current dir.
testDoubleInclusion ( )
testGetDependenciesMultiple ( ) : void Test that getDependencies() grabs all files included in a file
testGetDependenciesRecursive ( ) : void Test that getDependencies() grabs all files in the include tree.
testInclusionCounterWorksAcrossCalls ( ) The unique dependency counter should persist across input() calls. Without that members of the same build will re-include their dependencies if multiple components rely on a single parent.
testInputSimple ( )
testInputWithRecursion ( )

보호된 메소드들

메소드 설명
assertTextEquals ( $expected, $result, $message = '' )

메소드 상세

assertTextEquals() 보호된 메소드

protected assertTextEquals ( $expected, $result, $message = '' )

setUp() 공개 메소드

public setUp ( )

testAngleBracketScanning() 공개 메소드

test that scans all search paths for a suitable file. Unlike "foo" which only scans the current dir.
public testAngleBracketScanning ( ) : void
리턴 void

testDoubleInclusion() 공개 메소드

public testDoubleInclusion ( )

testGetDependenciesMultiple() 공개 메소드

Test that getDependencies() grabs all files included in a file
public testGetDependenciesMultiple ( ) : void
리턴 void

testGetDependenciesRecursive() 공개 메소드

Test that getDependencies() grabs all files in the include tree.
public testGetDependenciesRecursive ( ) : void
리턴 void

testInclusionCounterWorksAcrossCalls() 공개 메소드

The unique dependency counter should persist across input() calls. Without that members of the same build will re-include their dependencies if multiple components rely on a single parent.

testInputSimple() 공개 메소드

public testInputSimple ( )

testInputWithRecursion() 공개 메소드