1
0
mirror of synced 2025-02-14 11:13:17 +03:00
doctrine2/tests/Orm/Component/TestTest.php

10 lines
185 B
PHP
Raw Normal View History

2008-02-08 19:35:27 +00:00
<?php
2008-02-08 23:20:35 +00:00
require_once 'lib/DoctrineTestInit.php';
2008-02-08 19:35:27 +00:00
class Orm_Component_TestTest extends Doctrine_TestCase
{
public function testTest()
{
$this->assertEquals(0, 0);
}
}