1
0
mirror of synced 2025-01-25 01:31:40 +03:00

13 lines
230 B
PHP
Raw Normal View History

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