SproutCMS

This is the code documentation for the SproutCMS project

class spamHelperTest

Test suite

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2026-08-16
**/
class NewClassName extends spamHelperTest {
    
    public function testDetect () {
        // Method code goes here
    }
    
    public function testGlue () {
        // Method code goes here
    }
    
}
?>