From b45142e6086fb70cb3526f791f9de606a8936ea9 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Thu, 10 Jul 2014 07:12:40 +1000 Subject: [PATCH] Minor change to `ArcanistInfrastructureTestCase` Summary: Update `ArcanistInfrastructureTestCase` after D9860 and D9861. Test Plan: `arc unit` should do the trick. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9863 --- src/__tests__/ArcanistInfrastructureTestCase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/__tests__/ArcanistInfrastructureTestCase.php b/src/__tests__/ArcanistInfrastructureTestCase.php index 16aac24b..ebd401f2 100644 --- a/src/__tests__/ArcanistInfrastructureTestCase.php +++ b/src/__tests__/ArcanistInfrastructureTestCase.php @@ -21,8 +21,6 @@ final class ArcanistInfrastructureTestCase extends ArcanistTestCase { $root = phutil_get_library_root($library); $new_library_map = id(new PhutilLibraryMapBuilder($root)) - ->setQuiet(true) - ->setDryRun(true) ->buildMap(); $bootloader = PhutilBootloader::getInstance();