1
0
mirror of synced 2025-02-20 06:03:15 +03:00

Updated EntityGeneratorTest::testEntityTypeAlias

This commit is contained in:
J. Bruni 2013-08-03 10:44:02 -03:00
parent 3c613b9c02
commit 15c2c4dd23

View File

@ -548,9 +548,9 @@ class EntityGeneratorTest extends \Doctrine\Tests\OrmTestCase
)),
array(array(
'fieldName' => 'decimal',
'phpType' => 'float',
'phpType' => 'string',
'dbType' => 'decimal',
'value' => 33.33
'value' => '33.33'
),
));
}