File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/MessageQueue/Test/Unit/Console Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +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
159
$ this ->resourceConnection = $ objectManager ->getObject (\Magento \Framework \App \ResourceConnection::class);
159
160
$ this ->schemaSetupInterface = $ this ->createMock (\Magento \Framework \Setup \SchemaSetupInterface::class);
160
161
$ this ->schemaSetupInterface ->method ('getConnection ' )->willReturn ($ this ->adapterInterface );
You can’t perform that action at this time.
0 commit comments