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();