This is the code documentation for the SproutCMS project
Search documentation |
class navigationTest
Extending this class<?php
/**
* New class description goes here
*
* @author Your Name, 2026-09-16
**/
class NewClassName extends navigationTest {
/**
* Put the prefixes back
**/
public function tearDownAfterClass () {
// Method code goes here
}
/**
* Admin loading should bring in all pages, including inactive and unpublished
**/
public function testLoadPageTree__Admin () {
// Method code goes here
}
/**
* Front-end loading should not bring in inactive pages
**/
public function testLoadPageTree__FrontEnd () {
// Method code goes here
}
public function dataCustomBreadcrumb () {
// Method code goes here
}
public function testCustomBreadcrumb ($crumbs, $expected) {
// Method code goes here
}
/**
* Quick and dirty check that the INSERTs above actually worked
**/
public function testDatabaseSetupWorked () {
// Method code goes here
}
/**
* Duplicate pages tables and then inject some fake data
**/
public function setUpBeforeClass () {
// Method code goes here
}
}
?>
|
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Tuesday, 15th September, 2026 at 10:26 am |
|