1
0
mirror of synced 2025-01-19 15:01:40 +03:00

DDC-2021 sql generation test: remove comment

This commit is contained in:
Daniel Sippel 2014-07-10 00:32:24 +02:00
parent b31ba98076
commit ae2235fd3c

View File

@ -630,7 +630,6 @@ class SelectSqlGenerationTest extends \Doctrine\Tests\OrmTestCase
public function testSupportsMemberOfExpressionManyToManyParameterArray()
{
// "Get all users who are members of $group."
$q = $this->_em->createQuery('SELECT u.id FROM Doctrine\Tests\Models\CMS\CmsUser u WHERE :param MEMBER OF u.groups');
$q->setHint(Query::HINT_FORCE_PARTIAL_LOAD, true);