1
0
mirror of synced 2025-02-12 02:09:24 +03:00
doctrine2/tests/Ticket/1Test.php

10 lines
175 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 Ticket_1Test extends Doctrine_TestCase
{
public function testTest()
{
$this->assertEquals(0, 0);
}
}