1
0
mirror of synced 2025-02-03 05:49:25 +03:00

#6174 #5570 adding group annotation to newly introduced tests

This commit is contained in:
Marco Pivetta 2016-12-18 14:47:55 +01:00
parent 0c2edcd08a
commit 00c67ba2db

View File

@ -10,6 +10,8 @@ use Doctrine\Tests\Models\DDC3597\DDC3597Root;
/**
* @group DDC-1955
* @group 5570
* @group 6174
*/
class EntityListenersOnMergeTest extends \Doctrine\Tests\OrmFunctionalTestCase
{