mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
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
This commit is contained in:
parent
d09beeb75c
commit
b45142e608
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ final class ArcanistInfrastructureTestCase extends ArcanistTestCase {
|
||||||
$root = phutil_get_library_root($library);
|
$root = phutil_get_library_root($library);
|
||||||
|
|
||||||
$new_library_map = id(new PhutilLibraryMapBuilder($root))
|
$new_library_map = id(new PhutilLibraryMapBuilder($root))
|
||||||
->setQuiet(true)
|
|
||||||
->setDryRun(true)
|
|
||||||
->buildMap();
|
->buildMap();
|
||||||
|
|
||||||
$bootloader = PhutilBootloader::getInstance();
|
$bootloader = PhutilBootloader::getInstance();
|
||||||
|
|
Loading…
Reference in a new issue