/**
  * @covers eZ\Publish\Core\MVC\Legacy\Templating\Adapter\ValueObjectAdapter::getValueObject
  */
 public function testGetValueObject()
 {
     $this->assertSame($this->valueObject, $this->adapter->getValueObject());
 }