1
0
mirror of synced 2025-01-09 10:37:09 +03:00
doctrine2/tests/Doctrine/Tests/DBAL/Component/TestTest.php

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);
}
}