1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Remove duplicated tests (keeping them on unit test suite only)

This commit is contained in:
Luís Cobucci 2017-06-12 23:04:06 +02:00
parent 043ca69f0b
commit 8d144daf01
No known key found for this signature in database
GPG Key ID: EC61C5F01750ED3C

View File

@ -304,15 +304,6 @@ class ManyToManyBasicAssociationTest extends OrmFunctionalTestCase
return $user;
}
/**
* @group DDC-980
*/
public function testUpdateDeleteSizeSubselectQueries()
{
$this->_em->createQuery("DELETE Doctrine\Tests\Models\CMS\CmsUser u WHERE SIZE(u.groups) = 10")->execute();
$this->_em->createQuery("UPDATE Doctrine\Tests\Models\CMS\CmsUser u SET u.status = 'inactive' WHERE SIZE(u.groups) = 10")->execute();
}
/**
* @group DDC-978
*/