1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Updated EntityGeneratorTest::testEntityTypeAlias

This commit is contained in:
J. Bruni 2013-08-03 10:44:02 -03:00 committed by Benjamin Eberlei
parent e6007575e1
commit 9767a814a6

View File

@ -516,9 +516,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'
), ),
)); ));
} }