Example #1
0
 /**
  * @covers ::deleteRevision
  */
 public function testDeleteRevision()
 {
     $this->cacheTagsInvalidator->expects($this->never())->method('invalidateTags');
     $this->assertSame(NULL, $this->entityStorage->deleteRevision(1));
 }