mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
Fix unit test view detail fatal
Summary: Fixes T10674. Test Plan: {F1190743} Reviewers: chad Reviewed By: chad Maniphest Tasks: T10674 Differential Revision: https://secure.phabricator.com/D15525
This commit is contained in:
parent
5576785f9f
commit
39a4d5b8c1
1 changed files with 1 additions and 3 deletions
|
@ -106,9 +106,7 @@ final class HarbormasterUnitMessageViewController
|
|||
PHUIPropertyListView::ICON_TESTPLAN);
|
||||
$view->addTextContent($details);
|
||||
|
||||
return id(new PHUIObjectBoxView())
|
||||
->setHeaderText(pht('PROPERTIES'))
|
||||
->appendChild($view);
|
||||
return $view;
|
||||
}
|
||||
|
||||
private function buildCurtainView(
|
||||
|
|
Loading…
Reference in a new issue