File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/MessageQueue/Test/Unit/Console Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ protected function setUp(): void
155
155
$ this ->adapterInterface ->method ('isTableExists ' )->willReturn (true );
156
156
$ this ->adapterInterface ->method ('getTables ' )->willReturn ([]);
157
157
$ this ->adapterInterface ->method ('getSchemaListener ' )->willReturn ($ this ->schemaListener );
158
- $ this ->adapterInterface ->method ('describeTable ' )->willReturn (false );
158
+ $ this ->adapterInterface ->method ('describeTable ' )->willReturn ([ ' flag_data ' =>[ ' DATA_TYPE ' => ' mediumtext ' ]] );
159
159
$ this ->resourceConnection = $ objectManager ->getObject (\Magento \Framework \App \ResourceConnection::class);
160
160
$ this ->schemaSetupInterface = $ this ->createMock (\Magento \Framework \Setup \SchemaSetupInterface::class);
161
161
$ this ->schemaSetupInterface ->method ('getConnection ' )->willReturn ($ this ->adapterInterface );
You can’t perform that action at this time.
0 commit comments