PHP Class Hostnet\Component\Webpack\Asset\TrackedFilesTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: hostnet/webpack-bundle

Méthodes publiques

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

Méthodes protégées

Méthode Description
setUp ( ) Create test directories a & b
tearDown ( ) Ensure the test directories a & b are removed

Method Details

setUp() protected méthode

{@inheritDoc}
protected setUp ( )

tearDown() protected méthode

{@inheritDoc}
protected tearDown ( )

testAdd() public méthode

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

testDel() public méthode

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

testModifyAfter() public méthode

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

testModifyBefore() public méthode

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

testTrackedFilesEmpty() public méthode

Test the behavior for empty / no directories