1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Updated EntityGeneratorTest::testEntityTypeAlias

This commit is contained in:
J. Bruni 2013-08-06 11:23:15 -03:00 committed by Benjamin Eberlei
parent 9767a814a6
commit ff34aaaa2c

View File

@ -518,7 +518,7 @@ class EntityGeneratorTest extends \Doctrine\Tests\OrmTestCase
'fieldName' => 'decimal', 'fieldName' => 'decimal',
'phpType' => 'string', 'phpType' => 'string',
'dbType' => 'decimal', 'dbType' => 'decimal',
'value' => '33.33' 'value' => '12.34'
), ),
)); ));
} }