SproutCMS

This is the code documentation for the SproutCMS project

class sproutTest

Test 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
    }
    
}
?>