Browse Source

Fix SQLServer test.

Mark Story 9 years ago
parent
commit
4777e2a088
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tests/TestCase/Database/Schema/SqlserverSchemaTest.php

+ 1 - 2
tests/TestCase/Database/Schema/SqlserverSchemaTest.php

@@ -359,13 +359,12 @@ SQL;
                 'comment' => null,
             ],
             'views' => [
-                'type' => 'integer',
+                'type' => 'smallinteger',
                 'null' => true,
                 'default' => 0,
                 'length' => 5,
                 'precision' => null,
                 'unsigned' => null,
-                'autoIncrement' => null,
                 'comment' => null,
             ],
             'created' => [