Skip to content

Commit d5680d2

Browse files
committed
Applying coding standards to already existent long lines into configuration integration test file
1 parent 623e87f commit d5680d2

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/Communication

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Communication/ConfigTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ public function testGetTopicsExceptionMultipleHandlersSynchronousMode()
166166
'Topic "customerDeleted" is configured for synchronous requests, that is why it must'
167167
);
168168

169-
$this->getConfigInstance([__DIR__ . '/_files/communication_multiple_handlers_synchronous_mode.xml'])->getTopics();
169+
$this->getConfigInstance([__DIR__ . '/_files/communication_multiple_handlers_synchronous_mode.xml'])
170+
->getTopics();
170171
}
171172

172173
/**

0 commit comments

Comments
 (0)