We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce6bba commit f732195Copy full SHA for f732195
lib/internal/Magento/Framework/DB/Test/Unit/ExpressionConverterTest.php
@@ -39,11 +39,16 @@ public function shortenEntityNameDataProvider()
39
'pre_',
40
'pre_'
41
],
42
+ 'Hashed identifer with long prefix' => [
43
+ $length64 . '_cannotBeAbbreviated',
44
+ 'pre_' . $length40,
45
+ '8d703c761bf8a322a999'
46
+ ],
47
'Abbreviated identifier' => [
48
$length40 . 'downloadable_notification_index',
49
50
$length40 . 'dl_ntfc_idx'
- ],
51
+ ]
52
];
53
}
54
0 commit comments