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 313ad3f commit d2ecb28Copy full SHA for d2ecb28
dev/tests/integration/testsuite/Magento/Framework/MessageQueue/UseCase/QueueTestCaseAbstract.php
@@ -118,9 +118,11 @@ public function checkLogsExists($expectedLinesCount)
118
119
/**
120
* Workaround for https://bugs.php.net/bug.php?id=72286
121
+ * phpcs:disable Magento2.Functions.StaticFunction
122
*/
- public function tearDownAfterClass()
123
+ public static function tearDownAfterClass()
124
{
125
+ // phpcs:enable Magento2.Functions.StaticFunction
126
if (version_compare(phpversion(), '7') == -1) {
127
$closeConnection = new \ReflectionMethod(\Magento\Amqp\Model\Config::class, 'closeConnection');
128
$closeConnection->setAccessible(true);
0 commit comments