diff --git a/tests/Doctrine/Tests/ORM/Functional/LifecycleCallbackTest.php b/tests/Doctrine/Tests/ORM/Functional/LifecycleCallbackTest.php index a8825553a..589b91ee5 100644 --- a/tests/Doctrine/Tests/ORM/Functional/LifecycleCallbackTest.php +++ b/tests/Doctrine/Tests/ORM/Functional/LifecycleCallbackTest.php @@ -389,7 +389,7 @@ class LifecycleCallbackEventArgEntity /** @Id @Column(type="integer") @GeneratedValue */ public $id; - /** @Column(type="integer") */ + /** @Column() */ public $value; public $calls = array();