Updated EntityGeneratorTest::testEntityTypeAlias
This commit is contained in:
parent
15c2c4dd23
commit
14bc65bae7
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ class EntityGeneratorTest extends \Doctrine\Tests\OrmTestCase
|
|||
'fieldName' => 'decimal',
|
||||
'phpType' => 'string',
|
||||
'dbType' => 'decimal',
|
||||
'value' => '33.33'
|
||||
'value' => '12.34'
|
||||
),
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue