You are here

public function ThemekeySystemPropertiesTestCase::testPropertySystemQuery_String in ThemeKey 7

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

File

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

Class

ThemekeySystemPropertiesTestCase
@file Implements tests for the theme switching rules.

Code

public function testPropertySystemQuery_String() {
  $url = array(
    'options' => array(
      'query' => array(
        'test' => TRUE,
      ),
    ),
  );
  $this
    ->simplePropertyTest('system:query_string', '=', 'test=1', $url);
}