25 lines
507 B
PHP
25 lines
507 B
PHP
<?php
|
|
/**
|
|
* ImportTestCase.php - 24.8.2006 2.37.14
|
|
*
|
|
* @author Jukka Hassinen <Jukka.Hassinen@BrainAlliance.com>
|
|
* @version $Id$
|
|
* @package doctrine
|
|
*/
|
|
class Doctrine_ImportTestCase extends Doctrine_UnitTestCase
|
|
{
|
|
function testDatabaseConnectionIsReverseEngineeredToSchema()
|
|
{
|
|
|
|
}
|
|
|
|
function testNativeColumnDefinitionsAreTranslatedCorrectly()
|
|
{
|
|
|
|
}
|
|
|
|
function testDoctrineRecordBaseClassesAreBuildCorrectlyAndToPath()
|
|
{
|
|
|
|
}
|
|
} |