Commit df299d79 authored by Jose M. Alonso M's avatar Jose M. Alonso M

Removed extra new lines.

parent 83f83ca8
...@@ -469,7 +469,6 @@ abstract class AbstractPlatformTestCase extends \Doctrine\Tests\DbalTestCase ...@@ -469,7 +469,6 @@ abstract class AbstractPlatformTestCase extends \Doctrine\Tests\DbalTestCase
public function testGetDefaultValueDeclarationSQLForIntegerTypes() public function testGetDefaultValueDeclarationSQLForIntegerTypes()
{ {
foreach(array('bigint', 'integer', 'smallint') as $type) { foreach(array('bigint', 'integer', 'smallint') as $type) {
$field = array( $field = array(
'type' => Type::getType($type), 'type' => Type::getType($type),
'default' => 1 'default' => 1
...@@ -479,7 +478,6 @@ abstract class AbstractPlatformTestCase extends \Doctrine\Tests\DbalTestCase ...@@ -479,7 +478,6 @@ abstract class AbstractPlatformTestCase extends \Doctrine\Tests\DbalTestCase
' DEFAULT 1', ' DEFAULT 1',
$this->_platform->getDefaultValueDeclarationSQL($field) $this->_platform->getDefaultValueDeclarationSQL($field)
); );
} }
} }
......
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