From 73ea0ba8f38b6881ea360aa993260c15e7ecfd4b Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sun, 27 Nov 2016 17:45:50 +0100 Subject: [PATCH] #5935 #5684 #6020 #6152 adding description to the test scenario --- tests/Doctrine/Tests/ORM/Functional/Ticket/DDC5684Test.php | 7 +++++++ 1 file changed, 7 insertions(+) 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()