function testGetChild() { $backend = new Backend\MockSharing(); $calendarHome = new CalendarHome($backend, ['uri' => 'principals/user']); $result = $calendarHome->getChild('notifications'); $this->assertEquals('notifications', $result->getName()); }