PHP Class Bolt\Tests\Extension\ControllerMountTraitTest

Author: Gawain Lynch ([email protected])
Inheritance: extends Bolt\Tests\BoltUnitTest
Show file Open project: bolt/bolt

Public Methods

Method Description
testControllerMount ( )
testControllerMountDefault ( )

Protected Methods

Method Description
getMockMountEvent ( array $methods = ['mount'] ) : Bolt\Events\MountEvent | PHPUnit_Framework_MockObject_MockObject

Method Details

getMockMountEvent() protected method

protected getMockMountEvent ( array $methods = ['mount'] ) : Bolt\Events\MountEvent | PHPUnit_Framework_MockObject_MockObject
$methods array
return Bolt\Events\MountEvent | PHPUnit_Framework_MockObject_MockObject

testControllerMount() public method

public testControllerMount ( )

testControllerMountDefault() public method