public function CachedStorageTest::testInvalidStorage in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/config/src/Tests/Storage/CachedStorageTest.php \Drupal\config\Tests\Storage\CachedStorageTest::testInvalidStorage()
Tests an invalid storage.
Overrides ConfigStorageTestBase::testInvalidStorage
File
- core/
modules/ config/ src/ Tests/ Storage/ CachedStorageTest.php, line 51 - Contains \Drupal\config\Tests\Storage\CachedStorageTest.
Class
- CachedStorageTest
- Tests CachedStorage operations.
Namespace
Drupal\config\Tests\StorageCode
public function testInvalidStorage() {
// No-op as this test does not make sense.
}