You are here

protected property ConfigTest::$cacheTagsInvalidator in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Config/ConfigTest.php \Drupal\Tests\Core\Config\ConfigTest::cacheTagsInvalidator

The mocked cache tags invalidator.

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

File

core/tests/Drupal/Tests/Core/Config/ConfigTest.php, line 56

Class

ConfigTest
Tests the Config.

Namespace

Drupal\Tests\Core\Config

Code

protected $cacheTagsInvalidator;