public function ThemekeySystemPropertiesTestCase::testPropertySystemQuery_Param in ThemeKey 7.3
Same name and namespace in other branches
- 7 tests/ThemekeySystemPropertiesTestCase.test \ThemekeySystemPropertiesTestCase::testPropertySystemQuery_Param()
- 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);
}