Page MenuHomePhabricator

D11173.diff
No OneTemporary

D11173.diff

diff --git a/src/lint/linter/__tests__/ArcanistLinterTestCase.php b/src/lint/linter/__tests__/ArcanistLinterTestCase.php
--- a/src/lint/linter/__tests__/ArcanistLinterTestCase.php
+++ b/src/lint/linter/__tests__/ArcanistLinterTestCase.php
@@ -49,7 +49,6 @@
'hook' => 'optional bool',
'config' => 'optional wild',
'path' => 'optional string',
- 'arcconfig' => 'optional map<string, string>',
));
$exception = null;
@@ -65,15 +64,10 @@
$dir = dirname($full_path);
$path = basename($full_path);
- $config_file = null;
- $arcconfig = idx($config, 'arcconfig');
- if ($arcconfig) {
- $config_file = json_encode($arcconfig);
- }
$working_copy = ArcanistWorkingCopyIdentity::newFromRootAndConfigFile(
$dir,
- $config_file,
+ null,
'Unit Test');
$configuration_manager = new ArcanistConfigurationManager();
$configuration_manager->setWorkingCopyIdentity($working_copy);

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 5, 9:51 AM (1 w, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6726729
Default Alt Text
D11173.diff (1009 B)

Event Timeline