function PromotedContentPageTest::testCacheTagsWithCachePluginNone
Same name and namespace in other branches
- 11.x core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php \Drupal\Tests\node\Functional\Views\PromotedContentPageTest::testCacheTagsWithCachePluginNone()
Tests the cache tags when using the "none" cache plugin.
File
-
core/
modules/ node/ tests/ src/ Functional/ Views/ PromotedContentPageTest.php, line 186
Class
- PromotedContentPageTest
- Tests the promoted content view provided with views.
Namespace
Drupal\Tests\node\Functional\ViewsCode
public function testCacheTagsWithCachePluginNone() : void {
$this->enablePageCaching();
$this->doTestPromotedContentPageViewCacheTags(FALSE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.