Skip to content

Commit 8674fa4

Browse files
committed
MAGETWO-99210: Magento\Install\Test\TestCase\InstallTest is failing on php 7.1
-revert MQE-1352: bug fix in dev/tests/functional/lib/Magento/Mtf/Util/Command/Cli.php
1 parent b14d324 commit 8674fa4

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/lib/Magento/Mtf/Util/Command/File/Export

1 file changed

+1
-1
lines changed

dev/tests/functional/lib/Magento/Mtf/Util/Command/File/Export/Reader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private function getFiles()
7474
$serializedFiles = $this->transport->read();
7575
$this->transport->close();
7676
// phpcs:ignore Magento2.Security.InsecureFunction
77-
return unserialize($serializedFiles);
77+
return unserialize($serializedFiles, ['allowed_classes' => false]);
7878
}
7979

8080
/**

0 commit comments

Comments
 (0)