Source for file Test_Session.php

Documentation is available at Test_Session.php

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

Documentation generated on Fri, 06 Apr 2007 13:32:25 -0400 by phpDocumentor 1.3.0RC3