PHP 클래스 MiniAsset\Test\TestCase\CachedCompilerTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: markstory/mini-asset

공개 메소드들

메소드 설명
setUp ( )
testGenerateReadsCacheOnFreshFiles ( ) : void Test that cache files are read when they are fresh
testGenerateWritesCache ( ) : void Test that cache files get written when files are generated.

보호된 메소드들

메소드 설명
instance ( )
target ( )

메소드 상세

instance() 보호된 메소드

protected instance ( )

setUp() 공개 메소드

public setUp ( )

target() 보호된 메소드

protected target ( )

testGenerateReadsCacheOnFreshFiles() 공개 메소드

Test that cache files are read when they are fresh

testGenerateWritesCache() 공개 메소드

And that cache files are correct.
public testGenerateWritesCache ( ) : void
리턴 void