1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/tests/Orm/ClassMetadataTestCase.php

18 lines
301 B
PHP
Raw Normal View History

2008-05-07 01:03:31 +04:00
<?php
require_once 'lib/DoctrineTestInit.php';
class Orm_ClassMetadataTestCase extends Doctrine_OrmTestCase
{
protected function setUp() {
;
}
protected function tearDown() {
;
}
public function testTransientEntityIsManaged()
{
;
}
}