You are here

public function ThemekeyWebTestCase::assertTheme in ThemeKey 7.2

Same name and namespace in other branches
  1. 7.3 tests/themekey.test \ThemekeyWebTestCase::assertTheme()
  2. 7 tests/themekey.test \ThemekeyWebTestCase::assertTheme()
3 calls to ThemekeyWebTestCase::assertTheme()
ThemekeyMultipleNodePropertiesTestCase::testMultipleProperties in tests/ThemekeyMultipleNodePropertiesTestCase.test
ThemekeyWebTestCase::multiplePropertyTest in tests/themekey.test
add multiple properties
ThemekeyWebTestCase::simplePropertyTest in tests/themekey.test

File

tests/themekey.test, line 88
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);
}