Changeset 4771 for branches/0.11
- Timestamp:
- 08/13/08 22:10:25 (5 months ago)
- Location:
- branches/0.11/tests
- Files:
-
- 1 added
- 1 modified
-
run.php (modified) (1 diff)
-
Ticket/1339TestCase.php (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/tests/run.php
r4714 r4771 97 97 $tickets->addTestCase(new Doctrine_Ticket_1251_TestCase()); 98 98 $tickets->addTestCase(new Doctrine_Ticket_1254_TestCase()); 99 //$tickets->addTestCase(new Doctrine_Ticket_1339_TestCase()); 99 100 100 101 $test->addTestCase($tickets);