Test suite
This is the code documentation for the SproutCMS project
Search documentation |
class sproutTestTest suite
Extending this class<?php
/**
* New class description goes here
*
* @author Your Name, 2026-08-16
**/
class NewClassName extends sproutTest {
public function testIterableFirstValue () {
// Method code goes here
}
public function testIterableFirstKey () {
// Method code goes here
}
public function testIterableFirst () {
// Method code goes here
}
public function testInstanceNotImplements ($class, $base_class) {
// Method code goes here
}
public function testInstanceMissingClass () {
// Method code goes here
}
public function dataInstanceNotImplements () {
// Method code goes here
}
public function testIpaddressCIDR () {
// Method code goes here
}
public function testInstanceSuccess () {
// Method code goes here
}
public function testInstanceAbstractClass () {
// Method code goes here
}
public function testIpaddressPlain () {
// Method code goes here
}
/**
* Special file links which shouldn't be updated
**/
public function dataSpecialFileLinksNotWorking () {
// Method code goes here
}
/**
* Special file links which shouldn't be updated
**/
public function testSpecialFileLinksNotWorking ($html) {
// Method code goes here
}
/**
* File name or link content containing HTML entities
**/
public function testSpecialFileLinksHTMLEntities () {
// Method code goes here
}
/**
* File name containing quote to be properly escaped in JS
**/
public function testSpecialFileLinksJSQuote () {
// Method code goes here
}
/**
* Special file links which have a class in the original HTML
**/
public function testSpecialFileLinksClass () {
// Method code goes here
}
/**
* Remote file links which shouldn't be updated
**/
public function testRemoteSpecialFileLinksWorking () {
// Method code goes here
}
/**
* Special file links which should be updated
**/
public function dataSpecialFileLinksWorking () {
// Method code goes here
}
/**
* Special file links which should be updated
**/
public function testSpecialFileLinksWorking ($html) {
// Method code goes here
}
public function testTimeAgo () {
// Method code goes here
}
public function testRandStr () {
// Method code goes here
}
public function testAbsRoot () {
// Method code goes here
}
public function testCheckRedirect () {
// Method code goes here
}
public function testIndexDotPhp () {
// Method code goes here
}
}
?>
|
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Wednesday, 5th August, 2026 at 03:31 pm |
|