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