mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Minor change to PhutilInfrastructureTestCase
Summary: Update `PhutilInfrastructureTestCase` after D9860 and D9861. Test Plan: `arc unit` should do the trick. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9862
This commit is contained in:
parent
fe29db6b92
commit
1d4b0647e7
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ final class PhabricatorInfrastructureTestCase extends PhabricatorTestCase {
|
|||
$root = phutil_get_library_root($library);
|
||||
|
||||
$new_library_map = id(new PhutilLibraryMapBuilder($root))
|
||||
->setQuiet(true)
|
||||
->setDryRun(true)
|
||||
->buildMap();
|
||||
|
||||
$bootloader = PhutilBootloader::getInstance();
|
||||
|
|
Loading…
Reference in a new issue