SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class navigationTest

Variables

NameVisibilityDescription
$fake_pages (static) 

Functions

NameVisibilityDescription
dataCustomBreadcrumbpublic 
setUpBeforeClasspublic (static)Duplicate pages tables and then inject some fake data
tearDownAfterClasspublic (static)Put the prefixes back
testCustomBreadcrumbpublic 
testDatabaseSetupWorkedpublicQuick and dirty check that the INSERTs above actually worked
testLoadPageTree__AdminpublicAdmin loading should bring in all pages, including inactive and unpublished
testLoadPageTree__FrontEndpublicFront-end loading should not bring in inactive pages

public dataCustomBreadcrumb

unknown $navigationTest->dataCustomBreadcrumb ( );

This function does not have a description

public setUpBeforeClass

void navigationTest::setUpBeforeClass ( );

Duplicate pages tables and then inject some fake data

public tearDownAfterClass

void navigationTest::tearDownAfterClass ( );

Put the prefixes back

public testCustomBreadcrumb

void $navigationTest->testCustomBreadcrumb ( mixed $crumbs , mixed $expected );

This function does not have a description

public testDatabaseSetupWorked

void $navigationTest->testDatabaseSetupWorked ( );

Quick and dirty check that the INSERTs above actually worked

public testLoadPageTree__Admin

void $navigationTest->testLoadPageTree__Admin ( );

Admin loading should bring in all pages, including inactive and unpublished

public testLoadPageTree__FrontEnd

void $navigationTest->testLoadPageTree__FrontEnd ( );

Front-end loading should not bring in inactive pages