You are here

protected property ConfigFactoryTest::$cacheTagsInvalidator in Zircon Profile 8.0

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

The mocked cache tags invalidator.

Type: \Drupal\Core\Cache\CacheTagsInvalidatorInterface|\PHPUnit_Framework_MockObject_MockObject

File

core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php, line 54
Contains \Drupal\Tests\Core\Config\ConfigFactoryTest.

Class

ConfigFactoryTest
@group Config @coversDefaultClass \Drupal\Core\Config\ConfigFactory

Namespace

Drupal\Tests\Core\Config

Code

protected $cacheTagsInvalidator;