PHP Класс Hostnet\Component\Webpack\Asset\TrackerTest

Автор: Harold Iedema ([email protected])
Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

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

Метод Описание
testAddInvalidPath ( ) Test addPath for invalid path.
testGetTemplates ( ) test the getTempaltes function for 1 template, including duplicate call of function.
testGetTemplatesNoTemplates ( ) Test the getTemplates function when there are no templates.
testGetTemplatesTemplateNotFound ( ) Test the getTemplates function when the path to the template is not resolvable
testIsNotOutdated ( ) The the isOutdated function in case the 'compiled' version is still fresh enough.
testIsOutdated ( ) The the isOutdated function in case the 'compiled' version is outdated.
testResolveResourcePathBundle ( ) test resloveResourcePath for a bundle path when bundle is found.
testResolveResourcePathBundleNotFound ( ) test resloveResourcePath for a bundle path when bundle is not found.
testResolveResourcePathNoBundle ( ) test resloveResourcePath for a full path.

Защищенные методы

Метод Описание
setUp ( ) {@inheritDoc}

Описание методов

setUp() защищенный Метод

{@inheritDoc}
protected setUp ( )

testAddInvalidPath() публичный Метод

Test addPath for invalid path.
public testAddInvalidPath ( )

testGetTemplates() публичный Метод

test the getTempaltes function for 1 template, including duplicate call of function.
public testGetTemplates ( )

testGetTemplatesNoTemplates() публичный Метод

Test the getTemplates function when there are no templates.

testGetTemplatesTemplateNotFound() публичный Метод

Test the getTemplates function when the path to the template is not resolvable

testIsNotOutdated() публичный Метод

The the isOutdated function in case the 'compiled' version is still fresh enough.
public testIsNotOutdated ( )

testIsOutdated() публичный Метод

The the isOutdated function in case the 'compiled' version is outdated.
public testIsOutdated ( )

testResolveResourcePathBundle() публичный Метод

test resloveResourcePath for a bundle path when bundle is found.

testResolveResourcePathBundleNotFound() публичный Метод

test resloveResourcePath for a bundle path when bundle is not found.

testResolveResourcePathNoBundle() публичный Метод

test resloveResourcePath for a full path.