1
0
mirror of synced 2025-02-09 00:39:25 +03:00

#5935 #5684 #6020 #6152 adding description to the test scenario

This commit is contained in:
Marco Pivetta 2016-11-27 17:45:50 +01:00
parent e736d19677
commit 73ea0ba8f3

View File

@ -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()