Source for file Test_Core.php

Documentation is available at Test_Core.php

  1. <?php
  2. /**
  3. * Skeleton Test class file for Core group
  4. *
  5. * @package PhpSecInfo
  6. * @author Ed Finkler <coj@funkatron.com>
  7. */
  8.  
  9. /**
  10. * require the main PhpSecInfo class
  11. */
  12. require_once('PhpSecInfo/Test/Test.php');
  13.  
  14.  
  15.  
  16. /**
  17. * This is a skeleton class for PhpSecInfo "Core" tests
  18. * @package PhpSecInfo
  19. */
  20. class PhpSecInfo_Test_Core extends PhpSecInfo_Test
  21. {
  22. /**
  23. * This value is used to group test results together.
  24. *
  25. * For example, all tests related to the mysql lib should be grouped under "mysql."
  26. *
  27. * @var string
  28. */
  29. var $test_group = 'Core';
  30. /**
  31. * "Core" tests should pretty much be always testable, so the default is just to return true
  32. *
  33. * @return boolean
  34. */
  35. function isTestable() {
  36. return true;
  37. }
  38.  
  39. }

Documentation generated on Mon, 26 Feb 2007 10:50:07 -0500 by phpDocumentor 1.3.0RC3