You are here

public function BotchaHoneypot2TestCase::getExpectations in BOTCHA Spam Prevention 6.3

Same name and namespace in other branches
  1. 6.2 botcha.test \BotchaHoneypot2TestCase::getExpectations()
  2. 7.2 botcha.test \BotchaHoneypot2TestCase::getExpectations()
  3. 7.3 tests/botcha.simpletest.test \BotchaHoneypot2TestCase::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 1163
Simpletest-tests for BOTCHA module.

Class

BotchaHoneypot2TestCase

Code

public function getExpectations() {
  return array(
    FALSE,
  );
}