public function BotchaHoneypotTestCase::getExpectations in BOTCHA Spam Prevention 7.3
Same name and namespace in other branches
- 6.2 botcha.test \BotchaHoneypotTestCase::getExpectations()
- 6.3 tests/botcha.simpletest.test \BotchaHoneypotTestCase::getExpectations()
- 7.2 botcha.test \BotchaHoneypotTestCase::getExpectations()
Get an array of our expectations to cycle through: should we test that this form fails or successfully submitted or both?
Overrides BotchaBaseWebTestCase::getExpectations
File
- tests/
botcha.simpletest.test, line 1161 - Simpletest-tests for BOTCHA module.
Class
Code
public function getExpectations() {
return array(
FALSE,
);
}