PHP Class Xpressengine\Tests\Frontend\PackageTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: xpressengine/xpressengine

Public Methods

Method Description
testConstruct ( )
testLoad ( Package $p ) testLoad
testLoadFail ( ) testLoadFail
testRegister ( )

Protected Methods

Method Description
getHandler ( ) : FrontendHandler getHandler
setUp ( ) Sets up the fixture, for example, open a network connection.
tearDown ( )

Method Details

getHandler() protected method

getHandler
protected getHandler ( ) : FrontendHandler
return Xpressengine\Presenter\Html\FrontendHandler

setUp() protected method

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

tearDown() protected method

protected tearDown ( )

testConstruct() public method

public testConstruct ( )

testLoad() public method

testLoad
public testLoad ( Package $p )
$p Xpressengine\Presenter\Html\Tags\Package

testLoadFail() public method

testLoadFail
public testLoadFail ( )

testRegister() public method

public testRegister ( )