DDC-2021 sql generation test: remove comment
This commit is contained in:
parent
b31ba98076
commit
ae2235fd3c
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user