You are here

protected property CachedStorageTest::$cacheFactory in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php \Drupal\Tests\Core\Config\CachedStorageTest::cacheFactory
  2. 9 core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php \Drupal\Tests\Core\Config\CachedStorageTest::cacheFactory

Type: \Drupal\Core\Cache\CacheFactoryInterface|\PHPUnit\Framework\MockObject\MockObject

File

core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php, line 19

Class

CachedStorageTest
Tests the interaction of cache and file storage in CachedStorage.

Namespace

Drupal\Tests\Core\Config

Code

protected $cacheFactory;