From 08fffab63cfd0e0d9b50827999c6f04995b03f68 Mon Sep 17 00:00:00 2001 From: meus Date: Sun, 2 Sep 2007 16:32:26 +0000 Subject: [PATCH] moving ticket testcases into Ticket dir --- tests/{ => Ticket}/Ticket381TestCase.php | 2 +- tests/{ => Ticket}/TicketNjeroTestCase.php | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) rename tests/{ => Ticket}/Ticket381TestCase.php (96%) rename tests/{ => Ticket}/TicketNjeroTestCase.php (87%) diff --git a/tests/Ticket381TestCase.php b/tests/Ticket/Ticket381TestCase.php similarity index 96% rename from tests/Ticket381TestCase.php rename to tests/Ticket/Ticket381TestCase.php index ba5483606..91e4adb60 100644 --- a/tests/Ticket381TestCase.php +++ b/tests/Ticket/Ticket381TestCase.php @@ -30,7 +30,7 @@ * @since 1.0 * @version $Revision$ */ -class Doctrine_Ticket381_TestCase extends Doctrine_UnitTestCase { +class Doctrine_Ticket_381_TestCase extends Doctrine_UnitTestCase { public function prepareData() { } diff --git a/tests/TicketNjeroTestCase.php b/tests/Ticket/TicketNjeroTestCase.php similarity index 87% rename from tests/TicketNjeroTestCase.php rename to tests/Ticket/TicketNjeroTestCase.php index 667d20658..5cbedb7d4 100644 --- a/tests/TicketNjeroTestCase.php +++ b/tests/Ticket/TicketNjeroTestCase.php @@ -1,6 +1,6 @@ @@ -11,17 +11,17 @@ * @version $Revision$ */ -class Doctrine_TicketNjero_TestCase extends Doctrine_UnitTestCase +class Doctrine_Ticket_Njero_TestCase extends Doctrine_UnitTestCase { public function prepareData() { } public function prepareTables() { - $this->tables[] = 'CoverageCodeN'; - $this->tables[] = 'PolicyCodeN'; - $this->tables[] = 'LiabilityCodeN'; - $this->tables[] = 'PolicyN'; - $this->tables[] = 'RateN'; - parent::prepareTables(); + $this->tables[] = 'CoverageCodeN'; + $this->tables[] = 'PolicyCodeN'; + $this->tables[] = 'LiabilityCodeN'; + $this->tables[] = 'PolicyN'; + $this->tables[] = 'RateN'; + parent::prepareTables(); } public function testHasOneMultiLevelRelations()