1
0
mirror of synced 2025-01-08 10:07:10 +03:00
doctrine2/tests/Orm/Component/TestTest.php
2008-02-08 23:20:35 +00:00

10 lines
185 B
PHP

<?php
require_once 'lib/DoctrineTestInit.php';
class Orm_Component_TestTest extends Doctrine_TestCase
{
public function testTest()
{
$this->assertEquals(0, 0);
}
}