You are here

function BotchaObscureUrlTestCase::getExpectations in BOTCHA Spam Prevention 7.2

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

Class

BotchaObscureUrlTestCase

Code

function getExpectations() {

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