1
0
mirror of synced 2025-01-20 23:41:39 +03:00

13 lines
234 B
PHP
Raw Normal View History

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