mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Update tests/TestSuite.php
Co-authored-by: Pavlo Yatsukhnenko <yatsukhnenko@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -468,7 +468,7 @@ class TestSuite
|
||||
if ($expected === $actual)
|
||||
return true;
|
||||
|
||||
$context = $context === NULL ? '' : " ($context)";
|
||||
$context = $context === NULL ? '' : " ({$context})";
|
||||
|
||||
self::$errors[] = $this->assertionTrace("%s !== %s%s", $this->printArg($actual),
|
||||
$this->printArg($expected), $context);
|
||||
|
||||
Reference in New Issue
Block a user