1Test.php 182 Bytes
Newer Older
1
<?php
jwage's avatar
jwage committed
2
require_once 'lib/DoctrineTestInit.php';
3
 
4
class Orm_Ticket_1Test extends Doctrine_OrmTestCase
5 6 7 8 9 10
{
    public function testTest()
    {
        $this->assertEquals(0, 0);
    }
}