You are here

function BotchaHoneypotTestCase::getExpectations in BOTCHA Spam Prevention 6.2

Same name and namespace in other branches
  1. 6.3 tests/botcha.simpletest.test \BotchaHoneypotTestCase::getExpectations()
  2. 7.2 botcha.test \BotchaHoneypotTestCase::getExpectations()
  3. 7.3 tests/botcha.simpletest.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

./botcha.test, line 1029
Tests for BOTCHA module.

Class

BotchaHoneypotTestCase

Code

function getExpectations() {

  // !!~ @todo BotchaHoneypotTestCase How to test JavaScript?
  return array(
    FALSE,
  );
}