Changeset 4975
- Timestamp:
- 09/25/08 21:05:15 (9 months ago)
- Location:
- branches/1.0/tests
- Files:
-
- 1 added
- 1 modified
-
run.php (modified) (2 diffs)
-
Ticket/1395TestCase.php (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/tests/run.php
r4973 r4975 27 27 $tickets = new GroupTest('Tickets Tests', 'tickets'); 28 28 $tickets->addTestCase(new Doctrine_Ticket_Njero_TestCase()); 29 $tickets->addTestCase(new Doctrine_Ticket_Ayoub_TestCase()); 29 30 $tickets->addTestCase(new Doctrine_Ticket_381_TestCase()); 30 31 $tickets->addTestCase(new Doctrine_Ticket_384_TestCase()); … … 132 133 $tickets->addTestCase(new Doctrine_Ticket_1383_TestCase()); 133 134 $tickets->addTestCase(new Doctrine_Ticket_1390_TestCase()); 135 $tickets->addTestCase(new Doctrine_Ticket_1395_TestCase()); 134 136 $tickets->addTestCase(new Doctrine_Ticket_1400_TestCase()); 135 137 $tickets->addTestCase(new Doctrine_Ticket_1419_TestCase()); 136 138 $tickets->addTestCase(new Doctrine_Ticket_1436_TestCase()); 137 $tickets->addTestCase(new Doctrine_Ticket_1452_TestCase());138 139 $test->addTestCase($tickets); 139 140