Skip to content

Commit c5d6cd5

Browse files
Merge pull request #19400 from kamil-tekiela/DESCRIBE-test_table
Drop test query DESCRIBE `test_table`
2 parents 3b16323 + ad492ea commit c5d6cd5

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/unit/Stubs/DbiDummy.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,15 +1775,6 @@ private function init(): void
17751775
'columns' => ['usergroup', 'tab', 'allowed'],
17761776
'result' => [['user<br>group', 'server_sql', 'Y']],
17771777
],
1778-
[
1779-
'query' => 'DESCRIBE `test_table`',
1780-
'columns' => ['Field', 'Type', 'Null', 'Key', 'Default', 'Extra'],
1781-
'result' => [
1782-
['id', 'int(11)', 'NO', 'PRI', 'NULL', 'auto_increment'],
1783-
['name', 'varchar(20)', 'NO', '', 'NULL', ''],
1784-
['datetimefield', 'datetime', 'NO', '', 'NULL', ''],
1785-
],
1786-
],
17871778
[
17881779
'query' => 'SELECT `name` FROM `test_table` WHERE `id` = 4',
17891780
'columns' => ['name'],

0 commit comments

Comments
 (0)