this.testInitLifecycle();
final PortalControlStructures pcs = new PortalControlStructures(new MockHttpServletRequest(), null);
this.portletAdaptor.setPortalControlStructures(pcs);
final PortalEvent ev = PortalEvent.SESSION_DONE_EVENT;
EasyMock.reset(this.portletChannel);
this.portletChannel.portalEvent(this.sd, pcs, ev);
EasyMock.expectLastCall().once();
EasyMock.replay(this.portletChannel);