PHP Class Xpressengine\Tests\Presenter\HtmlRendererTest

Author: XE Developers ([email protected])
Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$presenter Mockery\MockInterface | Xpressengine\Presenter\Presenter
$seo Mockery\MockInterface | Xpressengine\Seo\SeoHandler
$widgetParser Mockery\MockInterface | Xpressengine\Widget\WidgetParser

Public Methods

Method Description
setUp ( ) : void set up
tearDown ( ) : void tear down
testRenderer ( ) : void test renderer

Method Details

setUp() public method

set up
public setUp ( ) : void
return void

tearDown() public method

tear down
public tearDown ( ) : void
return void

testRenderer() public method

test renderer
public testRenderer ( ) : void
return void

Property Details

$presenter protected property

protected MockInterface,Mockery|Presenter,Xpressengine\Presenter $presenter
return Mockery\MockInterface | Xpressengine\Presenter\Presenter

$seo protected property

protected MockInterface,Mockery|SeoHandler,Xpressengine\Seo $seo
return Mockery\MockInterface | Xpressengine\Seo\SeoHandler

$widgetParser protected property

protected MockInterface,Mockery|WidgetParser,Xpressengine\Widget $widgetParser
return Mockery\MockInterface | Xpressengine\Widget\WidgetParser