1
0
mirror of synced 2025-01-06 00:57:10 +03:00
doctrine2/tests/Dbal/Component/TestTest.php

10 lines
187 B
PHP
Raw Normal View History

2008-02-08 22:35:27 +03:00
<?php
require_once 'lib/Doctrine_TestCase.php';
class Dbal_Component_TestTest extends Doctrine_TestCase
{
public function testTest()
{
$this->assertEquals(0, 0);
}
}