You are here

public function AdvPollSingleChoice::testSingleChoicePoll in Advanced Poll 7.3

File

tests/AdvPollSingleChoice.test, line 19

Class

AdvPollSingleChoice
@file

Code

public function testSingleChoicePoll() {
  $node = $this
    ->createPoll();
  $this
    ->drupalGet('node/' . $node->nid);
  $this
    ->assertText($node->title);
}