public function ConfigSnapshotStorageTest::testInvalidStorage in Config Snapshot 8
Tests an invalid storage.
Overrides ConfigStorageTestBase::testInvalidStorage
File
- tests/
src/ Kernel/ ConfigSnapshotStorageTest.php, line 97
Class
- ConfigSnapshotStorageTest
- Tests ConfigSnapshotStorage operations.
Namespace
Drupal\Tests\config_snapshot\KernelCode
public function testInvalidStorage() {
$this
->markTestSkipped('ConfigSnapshotStorage cannot be invalid.');
}