You are here

public function BreakpointThemeTest::setUp in Breakpoints 8

Drupal\simpletest\WebTestBase\setUp().

Overrides BreakpointGroupTestBase::setUp

File

lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php, line 39
Definition of Drupal\breakpoint\Tests\BreakpointsThemeTest.

Class

BreakpointThemeTest
Test breakpoints provided by themes.

Namespace

Drupal\breakpoint\Tests

Code

public function setUp() {
  parent::setUp();
  theme_enable(array(
    'breakpoint_test_theme',
  ));
}