diff --git a/tests/acceptance/features/bootstrap/Sharing.php b/tests/acceptance/features/bootstrap/Sharing.php index 0b6ec311a..5f3e43a9f 100755 --- a/tests/acceptance/features/bootstrap/Sharing.php +++ b/tests/acceptance/features/bootstrap/Sharing.php @@ -2690,7 +2690,7 @@ trait Sharing { $expectedElementsArray['path'], (string) $elementResponded->path[0], __METHOD__ - . " Expected '${expectedElementsArray['path']}' but got '" + . " Expected '{$expectedElementsArray['path']}' but got '" . $elementResponded->path[0] . "'" ); @@ -2698,7 +2698,7 @@ trait Sharing { $expectedElementsArray['permissions'], (string) $elementResponded->permissions[0], __METHOD__ - . " Expected '${expectedElementsArray['permissions']}' but got '" + . " Expected '{$expectedElementsArray['permissions']}' but got '" . $elementResponded->permissions[0] . "'" );