protected function BotchaBaseWebTestCase::assertNodeFormSubmission in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.2 botcha.test \BotchaBaseWebTestCase::assertNodeFormSubmission()
- 6.3 tests/botcha.simpletest.test \BotchaBaseWebTestCase::assertNodeFormSubmission()
- 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
}