You are here

public function CaptchaAfterGlobalThresholdTestCase::testCaptchaAfterFloodingThresholds in CAPTCHA After 7

Same name and namespace in other branches
  1. 6 captcha_after.test \CaptchaAfterGlobalThresholdTestCase::testCaptchaAfterFloodingThresholds()

Testing of flooding thresholds for node/add/page form.

File

./captcha_after.test, line 108
Captcha After tests.

Class

CaptchaAfterGlobalThresholdTestCase
Global threashold tests for the CAPTCHA After module.

Code

public function testCaptchaAfterFloodingThresholds() {

  // Order of execution is important thats why we are calling manualy this methods.
  $this
    ->doTestCaptchaAfterFloodingThreshold();
  $this
    ->doTestCaptchaAfterGlobalFloodingThreshold();
  $this
    ->pass('All global threshold tests finished.');
}