1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/tests/Dbal/Component/TestTest.php

10 lines
190 B
PHP
Raw Normal View History

2008-02-08 22:35:27 +03:00
<?php
2008-02-09 02:20:35 +03:00
require_once 'lib/DoctrineTestInit.php';
2008-02-08 22:35:27 +03:00
2008-02-09 21:59:19 +03:00
class Dbal_Component_TestTest extends Doctrine_DbalTestCase
2008-02-08 22:35:27 +03:00
{
public function testTest()
{
$this->assertEquals(0, 0);
}
}