From 6be7a03b72607f5834b11d9896a9f74ce6334a59 Mon Sep 17 00:00:00 2001 From: "Fabio B. Silva" Date: Tue, 31 Jul 2012 20:49:54 -0300 Subject: [PATCH] fix previous test --- tests/Doctrine/Tests/ORM/Functional/LifecycleCallbackTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();