PHP 클래스 AssetManagerTest\Controller\ConsoleControllerTest

상속: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: rwoverdijk/assetmanager

보호된 프로퍼티들

프로퍼티 타입 설명
$assetName
$controller AssetManager\Controller\ConsoleController
$event
$request
$routeMatch

공개 메소드들

메소드 설명
createRouteMatch ( array $params = [] )
setUp ( )
setUpBeforeClass ( )
testWarmupAction ( )

보호된 메소드들

메소드 설명
getAssetCacheManager ( ) : AssetCacheManager
getResolver ( ) : Zend\View\Resolver\ResolverInterface

메소드 상세

createRouteMatch() 공개 메소드

public createRouteMatch ( array $params = [] )
$params array

getAssetCacheManager() 보호된 메소드

protected getAssetCacheManager ( ) : AssetCacheManager
리턴 AssetManager\Service\AssetCacheManager

getResolver() 보호된 메소드

protected getResolver ( ) : Zend\View\Resolver\ResolverInterface
리턴 Zend\View\Resolver\ResolverInterface

setUp() 공개 메소드

public setUp ( )

setUpBeforeClass() 공개 정적인 메소드

public static setUpBeforeClass ( )

testWarmupAction() 공개 메소드

public testWarmupAction ( )

프로퍼티 상세

$assetName 보호되어 있는 정적으로 프로퍼티

protected static $assetName

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

protected ConsoleController,AssetManager\Controller $controller
리턴 AssetManager\Controller\ConsoleController

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

protected $event

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

protected $request

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

protected $routeMatch