protected function RenderCacheTest::setUp in Render cache 7.2
File
- lib/
Drupal/ render_cache/ Tests/ RenderCacheTest.php, line 30 - Contains \Drupal\render_cache\Tests\RenderCacheTest.
Class
- RenderCacheTest
- Tests the RenderCache implementation of the render_cache module.
Namespace
Drupal\render_cache\TestsCode
protected function setUp() {
parent::setUp(array(
'render_cache',
'render_cache_block',
));
\ServiceContainer::init();
$this->container = \Drupal::getContainer();
}