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 d43fe43 commit 73b7b4eCopy full SHA for 73b7b4e
dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php
@@ -28,6 +28,17 @@ class ApiConfigFixture extends ConfigFixture
28
*/
29
private $valuesToDeleteFromDatabase = [];
30
31
+ /**
32
+ * @return void
33
+ * @throws \Exception
34
+ */
35
+ private function putPill(): void
36
+ {
37
+ Bootstrap::getObjectManager()
38
+ ->get(\Magento\Framework\MessageQueue\PoisonPill\PoisonPillPutInterface::class)
39
+ ->put();
40
+ }
41
+
42
/**
43
* @inheritdoc
44
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
@@ -134,7 +145,9 @@ protected function _restoreConfigData()
134
145
}
135
146
136
147
148
+ $this->putPill();
137
149
$this->websiteConfigValues = [];
150
138
151
139
152
140
153
0 commit comments