public function ThemekeyNodePropertiesTestCase::testPropertyNodeChanged in ThemeKey 7
Same name and namespace in other branches
- 7.3 tests/ThemekeyNodePropertiesTestCase.test \ThemekeyNodePropertiesTestCase::testPropertyNodeChanged()
- 7.2 tests/ThemekeyNodePropertiesTestCase.test \ThemekeyNodePropertiesTestCase::testPropertyNodeChanged()
File
- tests/
ThemekeyNodePropertiesTestCase.test, line 18 - Implements tests for the theme switching rules.
Class
- ThemekeyNodePropertiesTestCase
- @file Implements tests for the theme switching rules.
Code
public function testPropertyNodeChanged() {
$node = $this
->drupalCreateNode();
$this
->simplePropertyTest('node:changed', '=', $node->changed, array(
'path' => 'node/' . $node->nid,
));
}