Skip to content

Commit

Permalink
Fix SQLServer test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 12, 2017
1 parent 56c279c commit 4777e2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/TestCase/Database/Schema/SqlserverSchemaTest.php
Expand Up @@ -359,13 +359,12 @@ public function testDescribeTable()
'comment' => null,
],
'views' => [
'type' => 'integer',
'type' => 'smallinteger',
'null' => true,
'default' => 0,
'length' => 5,
'precision' => null,
'unsigned' => null,
'autoIncrement' => null,
'comment' => null,
],
'created' => [
Expand Down

0 comments on commit 4777e2a

Please sign in to comment.