public function tearDown()
 {
     parent::tearDown();
     $this->tearDownTYPO3Globals();
     unset($this->subject, $this->pageRepositoryMock, $this->httpServiceMock);
 }
 public function tearDown()
 {
     parent::tearDown();
     unset($this->subject);
 }
 public function tearDown()
 {
     parent::tearDown();
     $this->tearDownTYPO3Globals();
     unset($this->subject, $this->pageRepositoryMock, $this->pageTsConfigManagerMock, $this->frontendUserMock, $this->frontendControllerMock, $this->httpServiceMock);
 }