Page MenuHomePhabricator

D11451.diff
No OneTemporary

D11451.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
@@ -18,7 +18,7 @@
}
$linter = id(new ReflectionClass($matches[1]))
- ->newInstanceWithoutConstructor();
+ ->newInstance();
if (!$linter instanceof ArcanistLinter) {
throw new Exception(pht('Unable to infer linter class name.'));

File Metadata

Mime Type
text/plain
Expires
Oct 8 2025, 2:37 PM (14 w, 19 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8545526
Default Alt Text
D11451.diff (505 B)

Event Timeline