PHP Class MiniAsset\Test\TestCase\Filter\SprocketsTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: markstory/mini-asset

Méthodes publiques

Méthode Description
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 ( )

Méthodes protégées

Méthode Description
assertTextEquals ( $expected, $result, $message = '' )

Method Details

assertTextEquals() protected méthode

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

setUp() public méthode

public setUp ( )

testAngleBracketScanning() public méthode

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

testDoubleInclusion() public méthode

public testDoubleInclusion ( )

testGetDependenciesMultiple() public méthode

Test that getDependencies() grabs all files included in a file
public testGetDependenciesMultiple ( ) : void
Résultat void

testGetDependenciesRecursive() public méthode

Test that getDependencies() grabs all files in the include tree.
public testGetDependenciesRecursive ( ) : void
Résultat void

testInclusionCounterWorksAcrossCalls() public méthode

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 méthode

public testInputSimple ( )

testInputWithRecursion() public méthode