PHP 클래스 AsseticBundleTest\Service

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: widmogrod/zf2-assetic-module

보호된 프로퍼티들

프로퍼티 타입 설명
$configuration AsseticBundle\Configuration
$defaultOptions array
$object AsseticBundle\Service

공개 메소드들

메소드 설명
getRoutesNamesProvider ( )
testCacheBusterStrategyWorker ( )
testGetActionName ( )
testGetAssetManager ( )
testGetControllerName ( )
testGetFilterManager ( )
testGetRendererName ( )
testGetRouterName ( )
testGetStrategyForRendererFailure ( )
testGetStrategyForRendererNull ( )
testGetStrategyForRendererSuccess ( )
testHasStrategyForRenderer ( )
testInitLoadedModules ( )
testSetActionName ( )
testSetAssetManager ( )
testSetControllerName ( )
testSetFilterManager ( )
testSetRouterName ( string $routeName )
testWriteAssetIfIsUpdated ( )
testWriteAssetIfNotExists ( )
testWriteAssetIfNotUpdated ( )

보호된 메소드들

메소드 설명
setUp ( ) Sets up the fixture, for example, opens a network connection.
tearDown ( ) Tears down the fixture, for example, closes a network connection.

메소드 상세

getRoutesNamesProvider() 공개 메소드

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( )

tearDown() 보호된 메소드

This method is called after a test is executed.
protected tearDown ( )

testCacheBusterStrategyWorker() 공개 메소드

testGetActionName() 공개 메소드

public testGetActionName ( )

testGetAssetManager() 공개 메소드

public testGetAssetManager ( )

testGetControllerName() 공개 메소드

testGetFilterManager() 공개 메소드

testGetRendererName() 공개 메소드

public testGetRendererName ( )

testGetRouterName() 공개 메소드

public testGetRouterName ( )

testGetStrategyForRendererFailure() 공개 메소드

testGetStrategyForRendererNull() 공개 메소드

testGetStrategyForRendererSuccess() 공개 메소드

testHasStrategyForRenderer() 공개 메소드

testInitLoadedModules() 공개 메소드

testSetActionName() 공개 메소드

public testSetActionName ( )

testSetAssetManager() 공개 메소드

public testSetAssetManager ( )

testSetControllerName() 공개 메소드

testSetFilterManager() 공개 메소드

testSetRouterName() 공개 메소드

public testSetRouterName ( string $routeName )
$routeName string

testWriteAssetIfIsUpdated() 공개 메소드

testWriteAssetIfNotExists() 공개 메소드

testWriteAssetIfNotUpdated() 공개 메소드

프로퍼티 상세

$configuration 보호되어 있는 프로퍼티

protected Configuration,AsseticBundle $configuration
리턴 AsseticBundle\Configuration

$defaultOptions 보호되어 있는 프로퍼티

protected array $defaultOptions
리턴 array

$object 보호되어 있는 프로퍼티

protected Service,AsseticBundle $object
리턴 AsseticBundle\Service