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

10 lines
184 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 Dbal_Ticket_1Test extends Doctrine_DbalTestCase
2008-02-08 20:50:05 +00:00
{
public function testTest()
{
$this->assertEquals(0, 0);
}
}