Documentation is available at All.php
- <?php
- /**
- * Run all Registry Tests
- *
- * This file is part of CompInaBox.
- * @package Tests
- * @subpackage GeneralUtilities
- * @author Eric D. Nielsen <nielsene@alum.mit.edu>
- * @copyright CompInaBox Copyright 2005, Eric D. Nielsen. All Rights Reserved.
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- */
- /** Configure test environment */
- ('test_setup.inc');
- /** Group Test containing all Registry tests
- * @package Tests
- * @subpackage GeneralUtilities
- */
- class RegistryGroupTest extends GroupTest {
- function RegistryGroupTest() {
- $this->GroupTest('All Registry Tests');
- $this->addTestFile(CLASS_TEST.'Registry/BasicRegistryTests.php');
- }
- }
- if (! defined('RUNNER')) {
- /** @ignore */('RUNNER',TRUE);
- $test = &new RegistryGroupTest();
- $test->run(new HTMLReporter());
- }
- ?>
Documentation generated on Tue, 25 Apr 2006 12:58:33 -0400 by phpDocumentor 1.3.0RC3