diff --git a/src/unit/engine/phutil/PhutilTestCase.php b/src/unit/engine/phutil/PhutilTestCase.php index e5f56164..81062ff2 100644 --- a/src/unit/engine/phutil/PhutilTestCase.php +++ b/src/unit/engine/phutil/PhutilTestCase.php @@ -445,7 +445,7 @@ abstract class PhutilTestCase extends Phobject { $callable, $exception_class = 'Exception') { - return $this->tryTestCases( + $this->tryTestCases( array_fuse(array_keys($map)), array_values($map), $callable,