PHP Class Xpressengine\Tests\Widget\WidgetParserTest

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

Protected Properties

Property Type Description
$handler Mockery\MockInterface
$parser Xpressengine\Widget\WidgetParser

Public Methods

Method Description
tearDown ( ) : void tearDown
testParseXml ( ) : void testParseXml
testParseXmlHandlerException ( ) : void testParseXmlHandlerException
testParseXmlHandlerNullRet ( ) : void testParseXmlHandlerNullRet
testParseXmlHandlerReplace ( ) : void testParseXmlHandlerReplace
testParseXmlHandlerReplaceIncludeParam ( ) : void testParseXmlHandlerReplaceIncludeParam

Protected Methods

Method Description
setUp ( ) : void setUp

Method Details

setUp() protected method

setUp
protected setUp ( ) : void
return void

tearDown() public method

tearDown
public tearDown ( ) : void
return void

testParseXml() public method

testParseXml
public testParseXml ( ) : void
return void

testParseXmlHandlerException() public method

testParseXmlHandlerException
public testParseXmlHandlerException ( ) : void
return void

testParseXmlHandlerNullRet() public method

testParseXmlHandlerNullRet
public testParseXmlHandlerNullRet ( ) : void
return void

testParseXmlHandlerReplace() public method

testParseXmlHandlerReplace
public testParseXmlHandlerReplace ( ) : void
return void

testParseXmlHandlerReplaceIncludeParam() public method

testParseXmlHandlerReplaceIncludeParam

Property Details

$handler protected property

protected MockInterface,Mockery $handler
return Mockery\MockInterface

$parser protected property

protected WidgetParser,Xpressengine\Widget $parser
return Xpressengine\Widget\WidgetParser