1
0
mirror of synced 2025-01-18 22:41:43 +03:00

10 lines
182 B
PHP

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