ClassMetadataTestCase.php 301 Bytes
Newer Older
romanb's avatar
romanb committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?php
require_once 'lib/DoctrineTestInit.php';
 
class Orm_ClassMetadataTestCase extends Doctrine_OrmTestCase
{    
    protected function setUp() {
        ;
    }
    
    protected function tearDown() {
        ;
    }
    
    public function testTransientEntityIsManaged()
    {
        ;
    }
}