public function testSetViewHelper()
 {
     $expected = 'viewHelper';
     $this->assertSame($this->collectionContainer, $this->collectionContainer->setViewHelper($expected));
     $this->assertSame($expected, $this->collectionContainer->getViewHelper());
 }