/**
  * @group ZF-1705
  */
 public function testNamespaceChange()
 {
     $this->helper->setNamespace('foobar');
     $this->assertEquals('foobar', $this->helper->getNamespace());
 }