1
0
mirror of synced 2025-03-10 14:56:11 +03:00

adding group annotation to newly introduced tests

This commit is contained in:
Marco Pivetta 2016-12-18 14:47:55 +01:00
parent 12e8ab216a
commit 26fc8d60e6

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