function FrontPageTest::testCacheTagsWithCachePluginNone
Same name in other branches
- 9 core/modules/node/tests/src/Functional/Views/FrontPageTest.php \Drupal\Tests\node\Functional\Views\FrontPageTest::testCacheTagsWithCachePluginNone()
- 10 core/modules/node/tests/src/Functional/Views/FrontPageTest.php \Drupal\Tests\node\Functional\Views\FrontPageTest::testCacheTagsWithCachePluginNone()
- 11.x core/modules/node/tests/src/Functional/Views/FrontPageTest.php \Drupal\Tests\node\Functional\Views\FrontPageTest::testCacheTagsWithCachePluginNone()
Tests the cache tags when using the "none" cache plugin.
File
-
core/
modules/ node/ tests/ src/ Functional/ Views/ FrontPageTest.php, line 196
Class
- FrontPageTest
- Tests the default frontpage provided by views.
Namespace
Drupal\Tests\node\Functional\ViewsCode
public function testCacheTagsWithCachePluginNone() {
$this->enablePageCaching();
$this->doTestFrontPageViewCacheTags(FALSE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.