PHP Класс MiniAsset\Test\TestCase\Filter\SprocketsTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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() публичный Метод