You are here

public function ThemekeySystemPropertiesTestCase::testPropertySystemDummy in ThemeKey 7.2

Same name and namespace in other branches
  1. 7.3 tests/ThemekeySystemPropertiesTestCase.test \ThemekeySystemPropertiesTestCase::testPropertySystemDummy()
  2. 7 tests/ThemekeySystemPropertiesTestCase.test \ThemekeySystemPropertiesTestCase::testPropertySystemDummy()

File

tests/ThemekeySystemPropertiesTestCase.test, line 18
Implements tests for the theme switching rules.

Class

ThemekeySystemPropertiesTestCase
@file Implements tests for the theme switching rules.

Code

public function testPropertySystemDummy() {
  $this
    ->simplePropertyTest('system:dummy', '=', 'dummy');
}