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 1cf3f59 commit 01198bcCopy full SHA for 01198bc
dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/WildcardTopicTest.php
@@ -71,7 +71,7 @@ public function testWildCardNonMatchingTopic()
71
*/
72
private function generateTestObject()
73
{
74
- $testObject = $this->objectManager->create(AsyncTestData::class);
+ $testObject = $this->objectManager->create(AsyncTestData::class); // @phpstan-ignore-line
75
$testObject->setValue('||Message Contents||');
76
$testObject->setTextFilePath($this->logFilePath);
77
return $testObject;
0 commit comments