function BotchaTimegateTestCase::getExpectations in BOTCHA Spam Prevention 6.2
Same name and namespace in other branches
- 6.3 tests/botcha.simpletest.test \BotchaTimegateTestCase::getExpectations()
- 7.2 botcha.test \BotchaTimegateTestCase::getExpectations()
- 7.3 tests/botcha.simpletest.test \BotchaTimegateTestCase::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
- ./
botcha.test, line 1216 - Tests for BOTCHA module.
Class
Code
function getExpectations() {
return array(
TRUE,
FALSE,
);
}