moving ticket testcases into Ticket dir
This commit is contained in:
parent
b6eeaa6877
commit
08fffab63c
@ -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()
|
||||||
{ }
|
{ }
|
@ -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,17 +11,17 @@
|
|||||||
* @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()
|
||||||
{
|
{
|
||||||
$this->tables[] = 'CoverageCodeN';
|
$this->tables[] = 'CoverageCodeN';
|
||||||
$this->tables[] = 'PolicyCodeN';
|
$this->tables[] = 'PolicyCodeN';
|
||||||
$this->tables[] = 'LiabilityCodeN';
|
$this->tables[] = 'LiabilityCodeN';
|
||||||
$this->tables[] = 'PolicyN';
|
$this->tables[] = 'PolicyN';
|
||||||
$this->tables[] = 'RateN';
|
$this->tables[] = 'RateN';
|
||||||
parent::prepareTables();
|
parent::prepareTables();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testHasOneMultiLevelRelations()
|
public function testHasOneMultiLevelRelations()
|
Loading…
x
Reference in New Issue
Block a user