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