diff --git a/src/__tests__/PhabricatorInfrastructureTestCase.php b/src/__tests__/PhabricatorInfrastructureTestCase.php --- a/src/__tests__/PhabricatorInfrastructureTestCase.php +++ b/src/__tests__/PhabricatorInfrastructureTestCase.php @@ -27,8 +27,6 @@ $root = phutil_get_library_root($library); $new_library_map = id(new PhutilLibraryMapBuilder($root)) - ->setQuiet(true) - ->setDryRun(true) ->buildMap(); $bootloader = PhutilBootloader::getInstance();