You are here

public function ThemekeyWebTestCase::assertTheme in ThemeKey 7.3

Same name and namespace in other branches
  1. 7 tests/themekey.test \ThemekeyWebTestCase::assertTheme()
  2. 7.2 tests/themekey.test \ThemekeyWebTestCase::assertTheme()
5 calls to ThemekeyWebTestCase::assertTheme()
ThemekeyModulePluginsTestCase::testActivePaths in tests/ThemekeyModulePluginsTestCase.test
ThemekeyModulePluginsTestCase::testHookThemekeyCustomThemeAlter in tests/ThemekeyModulePluginsTestCase.test
ThemekeyRuleChainTestCase::testChildProperty in tests/ThemekeyRuleChainTestCase.test
ThemekeyUITestCase::testAuthorTriggersTheme in tests/ThemekeyUITestCase.test
ThemekeyWebTestCase::simplePropertyTest in tests/themekey.test

File

tests/themekey.test, line 62
Implements tests for the theme switching rules.

Class

ThemekeyWebTestCase
@file Implements tests for the theme switching rules.

Code

public function assertTheme($theme) {
  $this
    ->assertRaw('themes/' . $theme, 'current theme is ' . $theme);
}