Skip to content

Commit 01198bc

Browse files
committed
MC-39923: Stabilize Integration Tests (PageBuilder)
- Add @phpstan-ignore-line for AsyncTestData
1 parent 1cf3f59 commit 01198bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/WildcardTopicTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testWildCardNonMatchingTopic()
7171
*/
7272
private function generateTestObject()
7373
{
74-
$testObject = $this->objectManager->create(AsyncTestData::class);
74+
$testObject = $this->objectManager->create(AsyncTestData::class); // @phpstan-ignore-line
7575
$testObject->setValue('||Message Contents||');
7676
$testObject->setTextFilePath($this->logFilePath);
7777
return $testObject;

0 commit comments

Comments
 (0)