public function RenderStackTest::test_isCacheable in Render cache 7.2
Tests that RenderStack::isCacheable() is working properly. @covers ::isCacheable()
File
- tests/
src/ Cache/ RenderStackTest.php, line 63 - Contains \Drupal\render_cache\Tests\Cache\RenderStackTest
Class
- RenderStackTest
- @coversDefaultClass \Drupal\render_cache\Cache\RenderStack @group cache
Namespace
Drupal\render_cache\Tests\CacheCode
public function test_isCacheable() {
$this
->assertEquals(TRUE, $this->renderStack
->isCacheable());
}