1
0
mirror of synced 2025-01-19 06:51:40 +03:00

10 lines
193 B
PHP

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