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

13 lines
240 B
PHP
Raw Normal View History

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