'Themekey test', 'description' => 'Test the themekey module.', 'group' => 'Themekey', ); } public function setUp() { parent::setUp('themekey'); $this->privileged_user = $this->drupalCreateUser(array('administer theme assignments', 'administer themekey settings')); $this->drupalLogin($this->privileged_user); } public function testThemekeybasic() { $this->assertFalse(FALSE, 'Dummy test'); } }