DashletTest: Remove unnecessary Dashboard::load() call

This commit is contained in:
Yonas Habteab 2022-06-03 18:06:43 +02:00
parent 8ef46f3789
commit 0da632444c

View File

@ -120,8 +120,6 @@ class DashletTest extends BaseDashboardTestCase
*/
public function testWhetherManageEntryMovesADashletToAnotherPaneAndAnotherHome()
{
$this->dashboard->load(); // Not to encounter any duplicate errors
$default = $this->getTestHome();
$home = $this->getTestHome('Home Test');
$this->dashboard->manageEntry([$default, $home]);