1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/tests/Doctrine/Tests/DBAL/Ticket/Test1.php

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