1 views_layout.test protected ViewsLayoutsTest::setup()

Function that handles the set-up of this test.

File

core/modules/views/tests/views_layout.test, line 17
Tests for Views and Layout context.

Class

ViewsLayoutsTest
Tests the interface for adding, removing, and moving blocks.

Code

protected function setup() {
  // Loading in required modules.
  parent::setup(
  'views', 'views_ui', 'layout', 'block', 'user', 'contextual'
  );
}