PHP Class Helthe\Component\Turbolinks\Tests\StackTurbolinksTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: helthe/turbolinks

Public Methods

Method Description
getDecoratedAppMock ( ) : PHPUnit_Framework_MockObject_MockObject Gets a mock of the decorated HttpKernelInterface app.
testDoesNothingForSubRequests ( )
testDoesSomethingForMasterRequests ( )

Private Methods

Method Description
getTurbolinksMock ( ) : PHPUnit_Framework_MockObject_MockObject Gets a mock of the Turbolinks object.

Method Details

getDecoratedAppMock() public method

Gets a mock of the decorated HttpKernelInterface app.
public getDecoratedAppMock ( ) : PHPUnit_Framework_MockObject_MockObject
return PHPUnit_Framework_MockObject_MockObject

testDoesNothingForSubRequests() public method

testDoesSomethingForMasterRequests() public method