Skip to content

Commit 08855a5

Browse files
committed
Remove comment
1 parent ed4ce3c commit 08855a5

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

tests/e2e/Adapter/Base.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,15 +1121,12 @@ public function testCreateIndex(): void
11211121

11221122
$database->createCollection('indexes');
11231123

1124+
/**
1125+
* Check ticks sounding cast index for reserved words
1126+
*/
11241127
$database->createAttribute('indexes', 'int', Database::VAR_INTEGER, 8, false, array:true);
11251128
$database->createIndex('indexes', 'indx8711', Database::INDEX_KEY, ['int'], [255]);
11261129

1127-
// if ($this->getDatabase()->getAdapter()->getSupportForCastIndexArray()) {
1128-
// /**
1129-
// * Check ticks sounding create index reserve words
1130-
// */
1131-
// }
1132-
11331130
$database->createAttribute('indexes', 'name', Database::VAR_STRING, 10, false);
11341131

11351132
$database->createIndex('indexes', 'index_1', Database::INDEX_KEY, ['name']);

0 commit comments

Comments
 (0)