function ConfigTest::testGetCacheTags
@covers ::getCacheTags
File
-
core/
tests/ Drupal/ Tests/ Core/ Config/ ConfigTest.php, line 430
Class
- ConfigTest
- Tests the Config.
Namespace
Drupal\Tests\Core\ConfigCode
public function testGetCacheTags() {
$this->assertSame([
'config:' . $this->config
->getName(),
], $this->config
->getCacheTags());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.