1 pass, 1 fail

DrupalCI console output and artifacts are no longer available from dispatcher.drupalci.org. Use GitLab CI instead

11Webform Remote Post.Webform Remote Post
11Webform Remote Post.WebformRemotePostTestCase
- setUp
testCanAddATarget
fail: [Browser] Line 41 of sites/all/modules/webform_remote_post/tests/webform_remote_post.test:
Link Remote Posts does not exist on http://localhost/checkout/?q=node/1/webform/components

fail: [Other] Line 42 of sites/all/modules/webform_remote_post/tests/webform_remote_post.test:
"No remote target URLs specified yet." found

fail: [Other] Line 47 of sites/all/modules/webform_remote_post/tests/webform_remote_post.test:
Failed to set field add[label] to Request Bin

fail: [Other] Line 47 of sites/all/modules/webform_remote_post/tests/webform_remote_post.test:
Failed to set field add[url] to http://requestb.in/1i7x5vo1

fail: [Other] Line 47 of sites/all/modules/webform_remote_post/tests/webform_remote_post.test:
Found the Add button

fail: [Other] Line 47 of sites/all/modules/webform_remote_post/tests/webform_remote_post.test:
Found the requested form fields at 

fail: [Other] Line 48 of sites/all/modules/webform_remote_post/tests/webform_remote_post.test:
"Edit remote post settings" found

fail: [Other] Line 49 of sites/all/modules/webform_remote_post/tests/webform_remote_post.test:
Found the Save remote post settings button

fail: [Other] Line 49 of sites/all/modules/webform_remote_post/tests/webform_remote_post.test:
Found the requested form fields at 

fail: [Other] Line 50 of sites/all/modules/webform_remote_post/tests/webform_remote_post.test:
"Request Bin" found

fail: [Other] Line 51 of sites/all/modules/webform_remote_post/tests/webform_remote_post.test:
"http://requestb.in/1i7x5vo1" found

93 coding standards messages

93 more than previous result

CHANGELOG.txt 5 more
line 7Line exceeds 80 characters; contains 91 characters
16Line exceeds 80 characters; contains 99 characters
17Line exceeds 80 characters; contains 98 characters
19Line exceeds 80 characters; contains 81 characters
23Line exceeds 80 characters; contains 98 characters
includes/webform_remote_post.target.inc 30 more
10There must be exactly one blank line before the tags in a doc comment
10Missing parameter comment
11Missing parameter comment
12Parameter comment must be on the next line
13Expected "int" but found "integer" for parameter type
13Parameter comment must be on the next line
15Type hint "array" missing for $form
15Type hint "array" missing for $form_state
15Type hint "array" missing for $webform_node
15Expected 1 space before opening brace; found 0
17Line exceeds 80 characters; contains 101 characters
17Perl-style comments are not allowed; use "// Comment" instead
21Perl-style comments are not allowed; use "// Comment" instead
65Perl-style comments are not allowed; use "// Comment" instead
66Perl-style comments are not allowed; use "// Comment" instead
80Line exceeds 80 characters; contains 101 characters
80Perl-style comments are not allowed; use "// Comment" instead
86There must be exactly one blank line before the tags in a doc comment
93Type hint "array" missing for $variables
101Expected 1 space(s) before asterisk; 0 found
105Line exceeds 80 characters; contains 114 characters
105Perl-style comments are not allowed; use "// Comment" instead
113Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces
115Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces
125Expected newline after closing brace
129Expected newline after closing brace
131Line exceeds 80 characters; contains 108 characters
131Perl-style comments are not allowed; use "// Comment" instead
135Line exceeds 80 characters; contains 108 characters
135Perl-style comments are not allowed; use "// Comment" instead
includes/webform_remote_post.targets.inc 28 more
47Line indented incorrectly; expected 4 spaces, found 3
48Array indentation error, expected 5 spaces but found 6
49Array closing indentation error, expected 3 spaces but found 4
71Line indented incorrectly; expected 2 spaces, found 0
712 spaces found before inline comment; expected "// $form['add']['type'] = array(" but found "// $form['add']['type'] = array("
72Line indented incorrectly; expected 2 spaces, found 0
72Comment indentation error, expected only 2 spaces
73Line indented incorrectly; expected 2 spaces, found 0
74Line indented incorrectly; expected 2 spaces, found 0
75Line indented incorrectly; expected 2 spaces, found 0
75Comment indentation error, expected only 4 spaces
76Line indented incorrectly; expected 2 spaces, found 0
77Line indented incorrectly; expected 2 spaces, found 0
78Line indented incorrectly; expected 2 spaces, found 0
79Line exceeds 80 characters; contains 215 characters
79Line indented incorrectly; expected 2 spaces, found 0
80Line indented incorrectly; expected 2 spaces, found 0
81Line indented incorrectly; expected 2 spaces, found 0
81Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
103Type hint "array" missing for $variables
106If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
137Closing parenthesis of array declaration must be on a new line
160If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
192Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
208Line exceeds 80 characters; contains 84 characters
218Expected newline after closing brace
220If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
226Perl-style comments are not allowed; use "// Comment" instead
tests/webform_remote_post.test 10 more
7Class property $privileged_user should use lowerCamel naming without underscores
20Missing function doc comment
34Public method name "WebformRemotePostTestCase::testCanAddATarget" is not in lowerCamel format
34Missing function doc comment
45A comma should follow the last multiline array item. Found: 'http://requestb.in/1i7x5vo1'
47TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
47Expected one space after the comma, 0 found
49TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
49Expected one space after the comma, 0 found
54Expected 1 newline at end of file; 0 found
webform_remote_post.info 1 more
7Expected 1 newline at end of file; 0 found
webform_remote_post.install 5 more
53Whitespace found at end of line
59Expected 1 blank line after function; 3 found
62More than 2 empty lines are not allowed
64Doc comment short description must end with a full stop
71Whitespace found at end of line
webform_remote_post.module 14 more
1The PHP open tag must be followed by exactly one blank line
23Avoid backslash escaping in translatable strings when possible, use "" quotes instead
27Avoid backslash escaping in translatable strings when possible, use "" quotes instead
60Closing parenthesis of array declaration must be on a new line
71Closing parenthesis of array declaration must be on a new line
137Expected 1 space after IF keyword; 0 found
137Expected 1 space after closing parenthesis; found 0
180Line indented incorrectly; expected 6 spaces, found 8
180If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
180There should be no white space before a closing ")"
217Expected one space after the comma, 0 found
218Expected one space after the comma, 0 found
218Concatenating translatable strings is not allowed, use placeholders instead and only one string literal
218TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"

History

UpdatedResult
12 Jun 2017 at 18:34 UTC
22 Aug 2016 at 06:50 UTC
22 Aug 2016 at 06:35 UTC
22 Aug 2016 at 06:03 UTC
22 Aug 2016 at 05:57 UTC