1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 08:12:40 +01:00

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
This commit is contained in:
Joshua Spence 2015-01-03 23:52:56 +11:00
parent fba62c0d9d
commit a9cfc17688

View file

@ -47,7 +47,7 @@ abstract class ArcanistLinterTestCase extends ArcanistPhutilTestCase {
$config,
array(
'hook' => 'optional bool',
'config' => 'optional wild',
'config' => 'optional map<string, wild>',
'path' => 'optional string',
));