Commit 94cb373b authored by jackbravo's avatar jackbravo

ticket test group renamed to tickets

parent 1a4a66c9
...@@ -92,11 +92,10 @@ $test = new GroupTest('Doctrine Framework Unit Tests'); ...@@ -92,11 +92,10 @@ $test = new GroupTest('Doctrine Framework Unit Tests');
//TICKET test cases //TICKET test cases
$ticket = new GroupTest('Tickets tests'); $tickets = new GroupTest('Tickets tests');
$ticket->addTestCase(new Doctrine_Ticket_Njero_TestCase()); $tickets->addTestCase(new Doctrine_Ticket_Njero_TestCase());
//If you write a ticket testcase add it here like shown above! //If you write a ticket testcase add it here like shown above!
$test->addTestCase($tickets);
$test->addTestCase($ticket);
// Connection drivers (not yet fully tested) // Connection drivers (not yet fully tested)
$driver = new GroupTest("Driver tests"); $driver = new GroupTest("Driver tests");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment