public function ReCaptchaServerStatusTestCase::setup in reCAPTCHA 7
File
- tests/
recaptcha_server_status.test, line 32 - Contains ReCaptcha.
Class
- ReCaptchaServerStatusTestCase
- Test cases for ReCaptcha module UI.
Code
public function setup() {
parent::setUp();
include_once drupal_get_path('module', 'recaptcha') . '/recaptcha-php-1.11/recaptchalib.php';
}