Changeset 2696
- Timestamp:
- 08/22/08 12:58:55 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/felix-testing-implementation/src/testing/templates/AgaviTestMethod.tpl
r2238 r2696 6 6 // end copied from PHPUnit/Util/Process/TestMethod.tpl 7 7 8 // bootstrap an agavi installation, so tests can run without problems 8 9 require_once('testing.php'); 10 AgaviConfig::fromArray($GLOBALS['_ENV']['AGAVI']); 11 unset($GLOBALS['_ENV']['AGAVI']); 12 13 AgaviTesting::bootstrap(); 9 14 10 15 // copied from PHPUnit/Util/Process/TestMethod.tpl

