You are here

public function ThemekeyModulePluginsTestCase::testHookThemekeyGlobal in ThemeKey 7.3

File

tests/ThemekeyModulePluginsTestCase.test, line 22
Implements tests for the theme switching rules.

Class

ThemekeyModulePluginsTestCase
@file Implements tests for the theme switching rules.

Code

public function testHookThemekeyGlobal() {
  $this
    ->simplePropertyTest('themekey_simpletest:global_property_test', '=', '1');
}