From 6bf9f6f72f84de58a180aa9124f7ec8b0089fe56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Sat, 22 Jul 2017 22:41:07 +0200 Subject: [PATCH] Remove unnecessary annotation from test --- tests/Doctrine/Tests/ORM/Functional/Ticket/GH5804Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/ORM/Functional/Ticket/GH5804Test.php b/tests/Doctrine/Tests/ORM/Functional/Ticket/GH5804Test.php index 272d2fdbe..77d4fbc87 100644 --- a/tests/Doctrine/Tests/ORM/Functional/Ticket/GH5804Test.php +++ b/tests/Doctrine/Tests/ORM/Functional/Ticket/GH5804Test.php @@ -84,7 +84,6 @@ final class GH5804Type extends Type /** * @Entity - * @Table(name="gh5804_articles") */ class GH5804Article { @@ -95,6 +94,7 @@ class GH5804Article * @CustomIdGenerator(class=\Doctrine\Tests\ORM\Functional\Ticket\GH5804Generator::class) */ public $id; + /** * @Version * @Column(type="integer")