Documentation is available at Test_Core.php
- <?php
- /**
- * Skeleton Test class file for Core group
- *
- * @package PhpSecInfo
- * @author Ed Finkler <coj@funkatron.com>
- */
- /**
- * require the main PhpSecInfo class
- */
- require_once('PhpSecInfo/Test/Test.php');
- /**
- * This is a skeleton class for PhpSecInfo "Core" tests
- * @package PhpSecInfo
- */
- class PhpSecInfo_Test_Core extends PhpSecInfo_Test
- {
- /**
- * This value is used to group test results together.
- *
- * For example, all tests related to the mysql lib should be grouped under "mysql."
- *
- * @var string
- */
- var $test_group = 'Core';
- /**
- * "Core" tests should pretty much be always testable, so the default is just to return true
- *
- * @return boolean
- */
- function isTestable() {
- return true;
- }
- }
Documentation generated on Mon, 26 Feb 2007 10:50:07 -0500 by phpDocumentor 1.3.0RC3