From 4777e2a0883728e094e8d7137ad52d0eb8939faa Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sun, 12 Mar 2017 12:20:39 -0400 Subject: [PATCH] Fix SQLServer test. --- tests/TestCase/Database/Schema/SqlserverSchemaTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/TestCase/Database/Schema/SqlserverSchemaTest.php b/tests/TestCase/Database/Schema/SqlserverSchemaTest.php index 6666682e44b..13d44a02aed 100644 --- a/tests/TestCase/Database/Schema/SqlserverSchemaTest.php +++ b/tests/TestCase/Database/Schema/SqlserverSchemaTest.php @@ -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' => [