/**
  * @covers ::loadRevision
  */
 public function testLoadRevision()
 {
     $this->assertSame(NULL, $this->entityStorage->loadRevision(1));
 }