Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 76c8cab

Browse files
committed
tests ReCaptchaBuilderInvisible fixed/optimized
1 parent d73e318 commit 76c8cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ReCaptchaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ protected function setUp() {
8585

8686
parent::setUp(); // TODO: Change the autogenerated stub
8787

88-
$this->recaptcha_invisible = new ReCaptchaBuilderInvisible('api_site_key', 'api_secret_key', 'invisible');
88+
$this->recaptcha_invisible = new ReCaptchaBuilderInvisible('api_site_key', 'api_secret_key');
8989
$this->recaptcha_v2 = new ReCaptchaBuilderV2('api_site_key', 'api_secret_key');
9090

9191
}

0 commit comments

Comments
 (0)