PHP Class Bolt\Tests\Events\MountEventTest

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

Public Methods

Method Description
testConstructor ( )
testMount ( )
testMountInvalidCollection ( )
testMountInvalidCollectionConnect ( )

Protected Methods

Method Description
getMockControllerCollection ( array $methods = ['connect', 'mount'], Silex\Route $route ) : PHPUnit_Framework_MockObject_MockObject | Silex\ControllerCollection

Method Details

getMockControllerCollection() protected method

protected getMockControllerCollection ( array $methods = ['connect', 'mount'], Silex\Route $route ) : PHPUnit_Framework_MockObject_MockObject | Silex\ControllerCollection
$methods array
$route Silex\Route
return PHPUnit_Framework_MockObject_MockObject | Silex\ControllerCollection

testConstructor() public method

public testConstructor ( )

testMount() public method

public testMount ( )

testMountInvalidCollection() public method

testMountInvalidCollectionConnect() public method