1
0
Fork 0
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:
Joshua Spence 2014-07-10 07:12:04 +10:00
parent fe29db6b92
commit 1d4b0647e7

View file

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