You are here

protected function BotchaBaseWebTestCase::assertNodeFormSubmission in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.2 botcha.test \BotchaBaseWebTestCase::assertNodeFormSubmission()
  2. 6.3 tests/botcha.simpletest.test \BotchaBaseWebTestCase::assertNodeFormSubmission()
  3. 7.2 botcha.test \BotchaBaseWebTestCase::assertNodeFormSubmission()

Assert submission of node form, check whether it works how it should.

Parameters

type $edit:

type $should_pass:

1 call to BotchaBaseWebTestCase::assertNodeFormSubmission()
BotchaBaseWebTestCase::assertFormSubmission in tests/botcha.simpletest.test
Check whether our suspections are real.

File

tests/botcha.simpletest.test, line 663
Simpletest-tests for BOTCHA module.

Class

BotchaBaseWebTestCase
Base class for BOTCHA tests.

Code

protected function assertNodeFormSubmission($edit, $should_pass, $button) {

  // @todo assertNodeFormSubmission real logic
}