You are here

protected property AliasManagerTest::$cache in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/path_alias/tests/src/Unit/AliasManagerTest.php \Drupal\Tests\path_alias\Unit\AliasManagerTest::cache

Cache backend.

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

File

core/modules/path_alias/tests/src/Unit/AliasManagerTest.php, line 50

Class

AliasManagerTest
@coversDefaultClass \Drupal\path_alias\AliasManager @group path_alias

Namespace

Drupal\Tests\path_alias\Unit

Code

protected $cache;