Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
 protected function setUp()
 {
     parent::setUp();
     $this->legacyHelper = $this->getMock('eZ\\Publish\\Core\\MVC\\Legacy\\Templating\\LegacyHelper', array(), array(function () {
     }));
     // Force to use Legacy GlobalHelper
     $this->helper = new GlobalHelper($this->configResolver, $this->locationService, $this->router, $this->translationHelper);
     $this->helper->setLegacyHelper($this->legacyHelper);
 }