From a9cfc17688ec6621f120408a92768b15f2650329 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Sat, 3 Jan 2015 23:52:56 +1100 Subject: [PATCH] Specify the `config` property of `lint-test` files as a `map` Summary: Self-explanatory. This is implied anyway as we iterate over it with a `foreach` loop. Test Plan: `arc unit` Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11174 --- src/lint/linter/__tests__/ArcanistLinterTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lint/linter/__tests__/ArcanistLinterTestCase.php b/src/lint/linter/__tests__/ArcanistLinterTestCase.php index b933171b..2c6c2051 100644 --- a/src/lint/linter/__tests__/ArcanistLinterTestCase.php +++ b/src/lint/linter/__tests__/ArcanistLinterTestCase.php @@ -47,7 +47,7 @@ abstract class ArcanistLinterTestCase extends ArcanistPhutilTestCase { $config, array( 'hook' => 'optional bool', - 'config' => 'optional wild', + 'config' => 'optional map', 'path' => 'optional string', ));