Unverified Commit 8960f95c authored by mondrake's avatar mondrake Committed by Marco Pivetta

Update SchemaManagerFunctionalTestCase.php

parent e4c8f54b
...@@ -1057,7 +1057,7 @@ class SchemaManagerFunctionalTestCase extends \Doctrine\Tests\DbalFunctionalTest ...@@ -1057,7 +1057,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