Skip to content

Commit 3dbfc5e

Browse files
committed
Convert phrase to string
1 parent 485cd57 commit 3dbfc5e

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Bootstrap

1 file changed

+1
-1
lines changed

dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Bootstrap/SettingsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public function getAsConfigFileDataProvider()
200200
public function testGetAsConfigFileException($settingName, $expectedExceptionMsg)
201201
{
202202
$this->expectException(\Magento\Framework\Exception\LocalizedException::class);
203-
$this->expectExceptionMessage($expectedExceptionMsg);
203+
$this->expectExceptionMessage((string)$expectedExceptionMsg);
204204
$this->_object->getAsConfigFile($settingName);
205205
}
206206

0 commit comments

Comments
 (0)