Skip to content

Commit 1d4b064

Browse files
committedJul 9, 2014
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
1 parent fe29db6 commit 1d4b064

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/__tests__/PhabricatorInfrastructureTestCase.php

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ public function testLibraryMap() {
2727
$root = phutil_get_library_root($library);
2828

2929
$new_library_map = id(new PhutilLibraryMapBuilder($root))
30-
->setQuiet(true)
31-
->setDryRun(true)
3230
->buildMap();
3331

3432
$bootloader = PhutilBootloader::getInstance();

0 commit comments

Comments
 (0)
Failed to load comments.