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

10 lines
182 B
PHP
Raw Normal View History

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