Source for file All.php

Documentation is available at All.php

  1. <?php
  2. /**
  3. * Run all Registry Tests
  4. *
  5. * This file is part of CompInaBox.
  6. * @package Tests
  7. * @subpackage GeneralUtilities
  8. * @author Eric D. Nielsen <nielsene@alum.mit.edu>
  9. * @copyright CompInaBox Copyright 2005, Eric D. Nielsen. All Rights Reserved.
  10. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  11. */
  12.  
  13. /** Configure test environment */
  14. ('test_setup.inc');
  15.  
  16. /** Group Test containing all Registry tests
  17. * @package Tests
  18. * @subpackage GeneralUtilities
  19. */
  20. class RegistryGroupTest extends GroupTest {
  21. function RegistryGroupTest() {
  22. $this->GroupTest('All Registry Tests');
  23. $this->addTestFile(CLASS_TEST.'Registry/BasicRegistryTests.php');
  24. }
  25. }
  26.  
  27. if (! defined('RUNNER')) {
  28. /** @ignore */('RUNNER',TRUE);
  29. $test = &new RegistryGroupTest();
  30. $test->run(new HTMLReporter());
  31. }
  32.  
  33. ?>

Documentation generated on Tue, 25 Apr 2006 12:58:33 -0400 by phpDocumentor 1.3.0RC3