protected function BotchaBaseWebTestCase::assertNodeFormSubmission in BOTCHA Spam Prevention 6.2
Same name and namespace in other branches
- 6.3 tests/botcha.simpletest.test \BotchaBaseWebTestCase::assertNodeFormSubmission()
- 7.2 botcha.test \BotchaBaseWebTestCase::assertNodeFormSubmission()
- 7.3 tests/botcha.simpletest.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 ./
botcha.test - Check whether our suspections are real.
File
- ./
botcha.test, line 654 - Tests for BOTCHA module.
Class
- BotchaBaseWebTestCase
- Base class for BOTCHA tests.
Code
protected function assertNodeFormSubmission($edit, $should_pass, $button) {
// @todo assertNodeFormSubmission real logic
}