<?php

// $Id: ThemekeyDrupalPropertiesTestCase.test,v 1.1.2.1 2011/01/30 09:21:49 mkalkbrenner Exp $

/**
 * @file
 * Implements tests for the theme switching rules.
 */

class ThemekeyDrupalPropertiesTestCase extends ThemekeyWebTestCase {
  public static function getInfo() {
    return array(
      'name' => 'Themekey Drupal Properties',
      'description' => 'Test the themekey node properties (drupal:).',
      'group' => 'Themekey',
    );
  }

  public function testPropertyDrupalIsFrontPage() {
    $this->simplePropertyTest('drupal:is_front_page', '=', 'true');
  }
}
