1
0
mirror of synced 2025-01-31 20:41:44 +03:00

#615 - Test coverage annotations

This commit is contained in:
Marco Pivetta 2014-10-19 17:10:39 +02:00
parent 435befd25c
commit 17c9388473

View File

@ -7,6 +7,11 @@ use Doctrine\ORM\Query;
use Doctrine\Tests\OrmTestCase;
use Doctrine\ORM\Query\ParserResult;
/**
* Tests for {@see \Doctrine\ORM\Query\SqlWalker}
*
* @covers \Doctrine\ORM\Query\SqlWalker
*/
class SqlWalkerTest extends OrmTestCase
{
public function testGetSQLTableAlias()