You are here

function PollCreateTest::testPollCreate in SimpleTest 6

File

tests/poll_module.test, line 55

Class

PollCreateTest

Code

function testPollCreate() {
  $this
    ->pollCreate(TRUE);
}