'Feedback Simple', 'description' => 'Tests if the Feedback Simple tab is enabled.', 'group' => 'Feedback Simple', ); } public function setUp() { parent::setUp('feedback_simple'); $web_user = $this->drupalCreateUser(array('access content')); $this->drupalLogin($web_user); } function testFeedbackSimple() { $this->drupalGet(''); $this->assertRaw("
", 'The Feedback Simple tab is present.'); } }