1
0
mirror of synced 2025-03-05 04:13:20 +03:00

Updated EntityGeneratorTest::testEntityTypeAlias

This commit is contained in:
J. Bruni 2013-08-06 11:23:15 -03:00
parent 15c2c4dd23
commit 14bc65bae7

View File

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