diff --git a/src/unit/engine/phutil/PhutilTestCase.php b/src/unit/engine/phutil/PhutilTestCase.php --- a/src/unit/engine/phutil/PhutilTestCase.php +++ b/src/unit/engine/phutil/PhutilTestCase.php @@ -445,7 +445,7 @@ $callable, $exception_class = 'Exception') { - return $this->tryTestCases( + $this->tryTestCases( array_fuse(array_keys($map)), array_values($map), $callable,