1
0
mirror of synced 2025-02-22 07:03:13 +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( array(array(
'fieldName' => 'decimal', 'fieldName' => 'decimal',
'phpType' => 'float', 'phpType' => 'string',
'dbType' => 'decimal', 'dbType' => 'decimal',
'value' => 33.33 'value' => '33.33'
), ),
)); ));
} }