1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/tests/Dbal/Component/TestTest.php
2008-02-08 19:35:27 +00:00

10 lines
187 B
PHP

<?php
require_once 'lib/Doctrine_TestCase.php';
class Dbal_Component_TestTest extends Doctrine_TestCase
{
public function testTest()
{
$this->assertEquals(0, 0);
}
}