Update tests/TestSuite.php

Co-authored-by: Pavlo Yatsukhnenko <yatsukhnenko@users.noreply.github.com>
This commit is contained in:
Michael Grunder
2026-06-01 20:13:25 -07:00
parent 4a02f3dda6
commit 2a0569ece7
+1 -1
View File
@@ -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);