function ManagedStorageTest::testInvalidStorage
Tests an invalid storage.
Overrides ConfigStorageTestBase::testInvalidStorage
File
- 
              core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ ManagedStorageTest.php, line 66  
Class
- ManagedStorageTest
 - Tests ManagedStorage operations.
 
Namespace
Drupal\KernelTests\Core\Config\StorageCode
public function testInvalidStorage() : void {
  $this->markTestSkipped('ManagedStorage cannot be invalid.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.