You are here

public function ThemekeySystemPropertiesTestCase::testPropertySystemQuery_Param in ThemeKey 7

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

File

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

Class

ThemekeySystemPropertiesTestCase
@file Implements tests for the theme switching rules.

Code

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