PHP Class Bolt\Tests\Controller\FrontendTest

Author: Ross Riley ([email protected])
Author: Carson Full ([email protected])
Author: Gawain Lynch ([email protected])
Inheritance: extends ControllerUnitTest
Show file Open project: bolt/bolt

Public Methods

Method Description
testBadTaxonomy ( )
testBeforeHandlerForFirstUser ( )
testBeforeHandlerForMaintenanceMode ( )
testBeforeHandlerForPrivilegedMaintenanceMode ( )
testCanonicalUrlForHomepage ( )
testCanonicalUrlForNumericRecord ( )
testCanonicalUrlProvider ( ) : array
testConfiguredConfigHomepageTemplate ( )
testConfiguredThemeHomepageTemplate ( )
testControllerZone ( )
testDefaultHomepageTemplate ( )
testFailingTemplateRender ( )
testHomepageContent ( )
testListing ( )
testMultipleHomepages ( )
testNoContent404 ( )
testNoRecord ( )
testNormalBeforeHandler ( )
testNumericRecord ( )
testPreview ( )
testRecord ( )
testRecordNoTemplate ( )
testSearchListing ( )
testSearchWithFilters ( )
testSimpleTemplateRender ( )
testTaxonomyListing ( )
testViewlessListing ( )
testViewlessRecord ( )

Protected Methods

Method Description
addSomeContent ( )
controller ( ) : Frontend

Method Details

addSomeContent() protected method

protected addSomeContent ( )

controller() protected method

protected controller ( ) : Frontend
return Bolt\Controller\Frontend

testBadTaxonomy() public method

public testBadTaxonomy ( )

testBeforeHandlerForFirstUser() public method

testBeforeHandlerForMaintenanceMode() public method

testBeforeHandlerForPrivilegedMaintenanceMode() public method

testCanonicalUrlForHomepage() public method

testCanonicalUrlForNumericRecord() public method

testCanonicalUrlProvider() public method

public testCanonicalUrlProvider ( ) : array
return array

testConfiguredConfigHomepageTemplate() public method

testConfiguredThemeHomepageTemplate() public method

testControllerZone() public method

public testControllerZone ( )

testDefaultHomepageTemplate() public method

testFailingTemplateRender() public method

testHomepageContent() public method

public testHomepageContent ( )

testListing() public method

public testListing ( )

testMultipleHomepages() public method

testNoContent404() public method

public testNoContent404 ( )

testNoRecord() public method

public testNoRecord ( )

testNormalBeforeHandler() public method

testNumericRecord() public method

public testNumericRecord ( )

testPreview() public method

public testPreview ( )

testRecord() public method

public testRecord ( )

testRecordNoTemplate() public method

testSearchListing() public method

public testSearchListing ( )

testSearchWithFilters() public method

testSimpleTemplateRender() public method

testTaxonomyListing() public method

public testTaxonomyListing ( )

testViewlessListing() public method

public testViewlessListing ( )

testViewlessRecord() public method

public testViewlessRecord ( )