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

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

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

Метод Описание
testAdd ( ) What happens when a file is added after 'compilation'
testDel ( ) What happens when a file is removed after 'compilation'
testModifyAfter ( ) What happens when a file is modified after 'compilation'
testModifyBefore ( ) What happens when a file is modified before 'compilation'
testTrackedFilesEmpty ( ) Test the behavior for empty / no directories

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

Метод Описание
setUp ( ) Create test directories a & b
tearDown ( ) Ensure the test directories a & b are removed

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

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

{@inheritDoc}
protected setUp ( )

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

{@inheritDoc}
protected tearDown ( )

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

What happens when a file is added after 'compilation'
public testAdd ( )

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

What happens when a file is removed after 'compilation'
public testDel ( )

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

What happens when a file is modified after 'compilation'
public testModifyAfter ( )

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

What happens when a file is modified before 'compilation'
public testModifyBefore ( )

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

Test the behavior for empty / no directories