diff --git a/run-tests.php b/run-tests.php index d0ac3dc8c47..be1bb86f729 100755 --- a/run-tests.php +++ b/run-tests.php @@ -4050,7 +4050,7 @@ final class Differ if ($cFrom === 1) { foreach ($to as $toV) { if (($this->isEqual)($from[0], $toV)) { - return [$from[0]]; + return [$toV]; } }