diff --git a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC5684Test.php b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC5684Test.php index 22c3b0695..78e9330a0 100644 --- a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC5684Test.php +++ b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC5684Test.php @@ -5,6 +5,13 @@ namespace Doctrine\Tests\ORM\Functional\Ticket; use Doctrine\DBAL\Platforms\AbstractPlatform; use Doctrine\DBAL\Types as DBALTypes; +/** + * This test verifies that custom post-insert identifiers respect type conversion semantics. + * The generated identifier must be converted via DBAL types before populating the entity + * identifier field. + * + * @group 5935 5684 6020 6152 + */ class DDC5684Test extends \Doctrine\Tests\OrmFunctionalTestCase { protected function setUp()