PHP 클래스 Hostnet\Component\Webpack\Asset\TrackedFilesTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: hostnet/webpack-bundle

공개 메소드들

메소드 설명
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