Changeset 3800 for branches/0.9/tests
- Timestamp:
- 02/15/08 23:58:40 (11 months ago)
- Location:
- branches/0.9/tests
- Files:
-
- 1 modified
- 2 copied
-
Jwage (copied) (copied from branches/0.10/tests/Jwage)
-
JwageTestCase.php (copied) (copied from branches/0.10/tests/JwageTestCase.php)
-
run.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/tests/run.php
r3774 r3800 275 275 $test->addTestCase(new Doctrine_Export_Schema_TestCase()); 276 276 277 $jwage = new GroupTest('Jwage', 'jwage'); 278 $jwage->addTestCase(new Doctrine_Jwage_TestCase()); 279 $test->addTestCase($jwage); 280 277 281 $test->run();