1
0
mirror of synced 2025-02-02 13:31:45 +03:00

13 lines
224 B
PHP
Raw Normal View History

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