You are here

public function FrontPageTest::testCacheTagsWithCachePluginNone in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/node/src/Tests/Views/FrontPageTest.php \Drupal\node\Tests\Views\FrontPageTest::testCacheTagsWithCachePluginNone()

Tests the cache tags when using the "none" cache plugin.

File

core/modules/node/src/Tests/Views/FrontPageTest.php, line 192
Contains \Drupal\node\Tests\Views\FrontPageTest.

Class

FrontPageTest
Tests the default frontpage provided by views.

Namespace

Drupal\node\Tests\Views

Code

public function testCacheTagsWithCachePluginNone() {
  $this
    ->enablePageCaching();
  $this
    ->doTestFrontPageViewCacheTags(FALSE);
}