PHP Class AssetManagerTest\Controller\ConsoleControllerTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: rwoverdijk/assetmanager

Protected Properties

Property Type Description
$assetName
$controller AssetManager\Controller\ConsoleController
$event
$request
$routeMatch

Public Methods

Method Description
createRouteMatch ( array $params = [] )
setUp ( )
setUpBeforeClass ( )
testWarmupAction ( )

Protected Methods

Method Description
getAssetCacheManager ( ) : AssetCacheManager
getResolver ( ) : Zend\View\Resolver\ResolverInterface

Method Details

createRouteMatch() public method

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

getAssetCacheManager() protected method

protected getAssetCacheManager ( ) : AssetCacheManager
return AssetManager\Service\AssetCacheManager

getResolver() protected method

protected getResolver ( ) : Zend\View\Resolver\ResolverInterface
return Zend\View\Resolver\ResolverInterface

setUp() public method

public setUp ( )

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

testWarmupAction() public method

public testWarmupAction ( )

Property Details

$assetName protected static property

protected static $assetName

$controller protected property

protected ConsoleController,AssetManager\Controller $controller
return AssetManager\Controller\ConsoleController

$event protected property

protected $event

$request protected property

protected $request

$routeMatch protected property

protected $routeMatch