1
0
mirror of synced 2025-03-26 09:53:54 +03:00

13 lines
240 B
PHP

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