1
0
mirror of synced 2025-01-19 06:51:40 +03:00
doctrine2/tests/Ticket/1Test.php

10 lines
176 B
PHP
Raw Normal View History

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