8000 Don't use deprecated string interpolation syntax. · phpredis/phpredis@3dbc2bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 3dbc2bd

Browse files
Don't use deprecated string interpolation syntax.
1 parent a51215c commit 3dbc2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestSuite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ private static function findFile($path, $file) {
239239

240240
/* Small helper method that tries to load a custom test case class */
241241
public static function loadTestClass($class) {
242-
$filename = "${class}.php";
242+
$filename = "{$class}.php";
243243

244244
if (($sp = getenv('PHPREDIS_TEST_SEARCH_PATH'))) {
245245
$fullname = self::findFile($sp, $filename);

0 commit comments

Comments
 (0)
0