function ConfigEntityStorageTest::testDeleteRevision
@covers ::deleteRevision
      
    
@group legacy
File
- 
              core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityStorageTest.php, line 646  
Class
- ConfigEntityStorageTest
 - @coversDefaultClass \Drupal\Core\Config\Entity\ConfigEntityStorage[[api-linebreak]] @group Config
 
Namespace
Drupal\Tests\Core\Config\EntityCode
public function testDeleteRevision() : void {
  $this->expectDeprecation('Drupal\\Core\\Config\\Entity\\ConfigEntityStorage::deleteRevision() is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. Use \\Drupal\\Core\\Entity\\RevisionableStorageInterface::deleteRevision instead. See https://www.drupal.org/node/3294237');
  $this->cacheTagsInvalidator
    ->invalidateTags(Argument::cetera())
    ->shouldNotBeCalled();
  $this->assertNull($this->entityStorage
    ->deleteRevision(1));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.