1
0
mirror of synced 2025-01-18 06:21:40 +03:00

moving ticket testcases into Ticket dir

This commit is contained in:
meus 2007-09-02 16:32:26 +00:00
parent b6eeaa6877
commit 08fffab63c
2 changed files with 9 additions and 9 deletions

View File

@ -30,7 +30,7 @@
* @since 1.0 * @since 1.0
* @version $Revision$ * @version $Revision$
*/ */
class Doctrine_Ticket381_TestCase extends Doctrine_UnitTestCase { class Doctrine_Ticket_381_TestCase extends Doctrine_UnitTestCase {
public function prepareData() public function prepareData()
{ } { }

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Doctrine_TicketNjero_TestCase * Doctrine_Ticket_Njero_TestCase
* *
* @package Doctrine * @package Doctrine
* @author Jeff Rafter <lists@jeffrafter.com> * @author Jeff Rafter <lists@jeffrafter.com>
@ -11,7 +11,7 @@
* @version $Revision$ * @version $Revision$
*/ */
class Doctrine_TicketNjero_TestCase extends Doctrine_UnitTestCase class Doctrine_Ticket_Njero_TestCase extends Doctrine_UnitTestCase
{ {
public function prepareData() { } public function prepareData() { }
public function prepareTables() public function prepareTables()