From 14bc65bae7b41302d7bf94a5ff8197c61abd79f8 Mon Sep 17 00:00:00 2001 From: "J. Bruni" Date: Tue, 6 Aug 2013 11:23:15 -0300 Subject: [PATCH] Updated EntityGeneratorTest::testEntityTypeAlias --- tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php b/tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php index 831379ad5..338ace221 100644 --- a/tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php +++ b/tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php @@ -550,7 +550,7 @@ class EntityGeneratorTest extends \Doctrine\Tests\OrmTestCase 'fieldName' => 'decimal', 'phpType' => 'string', 'dbType' => 'decimal', - 'value' => '33.33' + 'value' => '12.34' ), )); }