1
0
mirror of synced 2025-01-08 10:07:10 +03:00
doctrine2/tests/Doctrine/Tests/DBAL/Component/TestTest.php
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);
}
}