Unverified Commit 137d74e6 authored by mondrake's avatar mondrake Committed by Marco Pivetta

Update SchemaManagerFunctionalTestCase.php

parent c3ff4a81
...@@ -1019,7 +1019,7 @@ class SchemaManagerFunctionalTestCase extends \Doctrine\Tests\DbalFunctionalTest ...@@ -1019,7 +1019,7 @@ class SchemaManagerFunctionalTestCase extends \Doctrine\Tests\DbalFunctionalTest
$options = array( $options = array(
'type' => Type::getType('integer'), 'type' => Type::getType('integer'),
'default' => 0, 'default' => 0,
'notnull' => TRUE, 'notnull' => true,
'comment' => 'expected+column+comment', 'comment' => 'expected+column+comment',
); );
$columnDefinition = substr($this->_conn->getDatabasePlatform()->getColumnDeclarationSQL('id', $options), strlen('id') + 1); $columnDefinition = substr($this->_conn->getDatabasePlatform()->getColumnDeclarationSQL('id', $options), strlen('id') + 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment