'Themekey Drupal Properties', 'description' => 'Test the themekey node properties (drupal:).', 'group' => 'Themekey', ); } public function testPropertyDrupalIsFrontPage() { $this->simplePropertyTest('drupal:is_front_page', '=', 'true'); } }