Skip to content

Commit 007354e

Browse files
committed
test has been updated.
1 parent 111a4a8 commit 007354e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/MessageQueue/Test/Unit/Console/PoisonPillApplyDuringSetupUpgradeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ protected function setUp(): void
155155
$this->adapterInterface->method('isTableExists')->willReturn(true);
156156
$this->adapterInterface->method('getTables')->willReturn([]);
157157
$this->adapterInterface->method('getSchemaListener')->willReturn($this->schemaListener);
158+
$this->adapterInterface->method('describeTable')->willReturn(false);
158159
$this->resourceConnection = $objectManager->getObject(\Magento\Framework\App\ResourceConnection::class);
159160
$this->schemaSetupInterface = $this->createMock(\Magento\Framework\Setup\SchemaSetupInterface::class);
160161
$this->schemaSetupInterface->method('getConnection')->willReturn($this->adapterInterface);

0 commit comments

Comments
 (0)