1
0
mirror of synced 2025-02-22 23:23:14 +03:00
2009-01-24 16:56:44 +00:00

13 lines
230 B
PHP

<?php
namespace Doctrine\Tests\DBAL\Component;
require_once __DIR__ . '/../../TestInit.php';
class TestTest extends \Doctrine\Tests\DbalTestCase
{
public function testTest()
{
$this->assertEquals(0, 0);
}
}