Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
captcha
Commits
90daf373
Commit
90daf373
authored
Oct 04, 2019
by
Fabiano Sant'Ana
Browse files
Issue #3083792 by wundo, JeroenT: Fixes lint
parent
c32ff11a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/src/Functional/CaptchaWebTestBase.php
tests/src/Functional/CaptchaWebTestBase.php
+1
-1
No files found.
tests/src/Functional/CaptchaWebTestBase.php
View file @
90daf373
...
...
@@ -191,7 +191,7 @@ abstract class CaptchaWebTestBase extends BrowserTestBase {
* @return int
* Captcha SID integer.
*/
protected
function
getCaptchaSidFromForm
(
$form_html_id
=
NULL
)
{
protected
function
getCaptchaSidFromForm
(
$form_html_id
=
NULL
)
{
if
(
!
$form_html_id
)
{
$elements
=
$this
->
xpath
(
'//input[@name="captcha_sid"]'
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment