21 pass, 1 fail

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

211Views Data Export.Views Data Export
31Views Data Export.XMLExportViewsDataExportTests
executeAndCompareGivenView
fail: [Other] Line 501 of sites/all/modules/views_data_export/tests/base.test:
Empty label test in XML export matched expected output.
- setUp
- testNonBatchedExport
- testBatchedExport
4Views Data Export.CSVExportViewsDataExportTests
- setUp
- executeAndCompareGivenView
- testNonBatchedExport
- testBatchedExport
3Views Data Export.DOCExportViewsDataExportTests
- setUp
- testNonBatchedExport
- testBatchedExport
4Views Data Export.TXTExportViewsDataExportTests
- setUp
- executeAndCompareGivenView
- testNonBatchedExport
- testBatchedExport
2Views Data Export.ViewsDataExportAccessTest
- setUp
- testExportedTempFileAccess
2Views Data Export.ViewsDataExportGarbageCollectionTest
- setUp
- testExportedGarbageCollection
3Views Data Export.XLSExportViewsDataExportTests
- setUp
- testNonBatchedExport
- testBatchedExport

290 coding standards messages

2 fewer than branch result

plugins/views_data_export_plugin_display_export.inc 1 more
line 17Class name must begin with a capital letter
17Class name must use UpperCamel naming without underscores
21Missing @var tag in member variable comment
22Class property $batched_execution_state should use lowerCamel naming without underscores
26Missing @var tag in member variable comment
27Class property $weight_field_alias should use lowerCamel naming without underscores
27The var keyword must not be used to declare a property
27Visibility must be declared on property "$weight_field_alias"
31Missing @var tag in member variable comment
32Class property $field_aliases should use lowerCamel naming without underscores
32The var keyword must not be used to declare a property
32Visibility must be declared on property "$field_aliases"
36Missing @var tag in member variable comment
37Property name "$_output_file" should not be prefixed with an underscore to indicate visibility
37Class property $_output_file should use lowerCamel naming without underscores
37The var keyword must not be used to declare a property
37Visibility must be declared on property "$_output_file"
39Class property $views_data_export_cached_view_loaded should use lowerCamel naming without underscores
39The var keyword must not be used to declare a property
39Visibility must be declared on property "$views_data_export_cached_view_loaded"
41The var keyword must not be used to declare a property
41Visibility must be declared on property "$errors"
46Visibility must be declared on method "get_style_type"
46Method name "views_data_export_plugin_display_export::get_style_type" is not in lowerCamel format
46Opening brace must be the last content on the line
46There should be no white space after an opening "{"
46There should be no white space before a closing "}"
46Closing brace must be on a line by itself
51Visibility must be declared on method "defaultable_sections"
51Method name "views_data_export_plugin_display_export::defaultable_sections" is not in lowerCamel format
52If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
52Comma not allowed after last value in single-line array declaration
72Visibility must be declared on method "option_definition"
72Method name "views_data_export_plugin_display_export::option_definition" is not in lowerCamel format
100Visibility must be declared on method "options_summary"
100Method name "views_data_export_plugin_display_export::options_summary" is not in lowerCamel format
126Visibility must be declared on method "options_form"
126Method name "views_data_export_plugin_display_export::options_form" is not in lowerCamel format
135Do not pass empty strings to t()
142Line exceeds 80 characters; contains 87 characters
151A comma should follow the last multiline array item. Found: )
160A comma should follow the last multiline array item. Found: )
166There must be no space between the "array" keyword and the opening parenthesis
168If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
199Visibility must be declared on method "get_option"
199Method name "views_data_export_plugin_display_export::get_option" is not in lowerCamel format
199Missing function doc comment
214Visibility must be declared on method "options_submit"
214Method name "views_data_export_plugin_display_export::options_submit" is not in lowerCamel format
222Case breaking statements must be followed by a single blank line
232Visibility must be declared on method "is_batched"
232Method name "views_data_export_plugin_display_export::is_batched" is not in lowerCamel format
240Visibility must be declared on method "add_http_headers"
240Method name "views_data_export_plugin_display_export::add_http_headers" is not in lowerCamel format
256Line exceeds 80 characters; contains 81 characters
269Visibility must be declared on method "execute"
274There must be no blank line following an inline comment
290Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
300Line indented incorrectly; expected 4 spaces, found 5
302Line exceeds 80 characters; contains 83 characters
302Line indented incorrectly; expected 4 spaces, found 6
303Line indented incorrectly; expected 4 spaces, found 6
304Line exceeds 80 characters; contains 97 characters
304Line indented incorrectly; expected 4 spaces, found 6
305Line indented incorrectly; expected 4 spaces, found 6
306Line indented incorrectly; expected 4 spaces, found 6
307Line exceeds 80 characters; contains 88 characters
307Line indented incorrectly; expected 4 spaces, found 6
308Line indented incorrectly; expected 4 spaces, found 6
311Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
315Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
320No space found before comment text; expected "// Ensure any changes we made to the database sandbox are saved" but found "//Ensure any changes we made to the database sandbox are saved"
320Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
324Expected 1 blank line after function; 2 found
332Visibility must be declared on method "execute_initial"
332Method name "views_data_export_plugin_display_export::execute_initial" is not in lowerCamel format
335Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
344There must be no blank line following an inline comment
344No space found before comment text; expected "// $this->batched_execution_state->fid = $this->outputfile_create();" but found "//$this->batched_execution_state->fid = $this->outputfile_create();"
370Use "elseif" in place of "else if"
375No space found before comment text; expected "// Set the batch off" but found "//Set the batch off"
375Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
377There must be no space between the "array" keyword and the opening parenthesis
378If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
378If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
378Expected 1 space between comma and "$this"; 2 found
378Expected one space after the comma, 2 found
386Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
393Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
401Line exceeds 80 characters; contains 89 characters
404Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
407Expected 1 blank line after function; 2 found
411Doc comment short description must end with a full stop
413Visibility must be declared on method "execute_normal"
413Method name "views_data_export_plugin_display_export::execute_normal" is not in lowerCamel format
415Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
425Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
429Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
440A cast statement must be followed by a single space
467Expected 1 blank line after function; 2 found
472Doc comment short description must end with a full stop
472Doc comment short description must be on a single line, further text should be a separate paragraph
474Visibility must be declared on method "execute_final"
474Method name "views_data_export_plugin_display_export::execute_final" is not in lowerCamel format
492Expected 1 blank line after function; 2 found
501Visibility must be declared on method "render"
516Case breaking statements must be followed by a single blank line
519Case breaking statements must be followed by a single blank line
526Expected 1 blank line after function; 3 found
529More than 2 empty lines are not allowed
537Visibility must be declared on method "query"
557Line exceeds 80 characters; contains 81 characters
565Line exceeds 80 characters; contains 81 characters
590Expected 1 blank line after function; 2 found
596Visibility must be declared on method "render_complete"
596Method name "views_data_export_plugin_display_export::render_complete" is not in lowerCamel format
608Closing parenthesis of array declaration must be on a new line
615Doc comment short description must end with a full stop
615Doc comment short description must be on a single line, further text should be a separate paragraph
623Visibility must be declared on method "preview"
641Visibility must be declared on method "transfer_file"
641Method name "views_data_export_plugin_display_export::transfer_file" is not in lowerCamel format
665Protected method name "views_data_export_plugin_display_export::initialize_index" is not in lowerCamel format
702Visibility must be declared on method "field_aliases_create"
702Method name "views_data_export_plugin_display_export::field_aliases_create" is not in lowerCamel format
721Visibility must be declared on method "_weight_alias_create"
721Method name "views_data_export_plugin_display_export::_weight_alias_create" is not in lowerCamel format
737Visibility must be declared on method "remove_index"
737Method name "views_data_export_plugin_display_export::remove_index" is not in lowerCamel format
747Visibility must be declared on method "index_tablename"
747Method name "views_data_export_plugin_display_export::index_tablename" is not in lowerCamel format
754Public method name "views_data_export_plugin_display_export::outputfile_entity" is not in lowerCamel format
770Public method name "views_data_export_plugin_display_export::outputfile_path" is not in lowerCamel format
779Doc comment short description must end with a full stop
779Doc comment short description must be on a single line, further text should be a separate paragraph
781Protected method name "views_data_export_plugin_display_export::outputfile_create" is not in lowerCamel format
787There must be no space between the "array" keyword and the opening parenthesis
806Protected method name "views_data_export_plugin_display_export::outputfile_write" is not in lowerCamel format
809There must be no space between the "array" keyword and the opening parenthesis
816Protected method name "views_data_export_plugin_display_export::outputfile_update_size" is not in lowerCamel format
823Visibility must be declared on method "abort_export"
823Method name "views_data_export_plugin_display_export::abort_export" is not in lowerCamel format
823Missing function doc comment
824Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
829Concat operator must be surrounded by a single space
835Expected 3 space(s) before asterisk; 4 found
836Expected 3 space(s) before asterisk; 4 found
837Expected 3 space(s) before asterisk; 4 found
837Missing parameter type
838Expected 3 space(s) before asterisk; 4 found
839Expected 3 space(s) before asterisk; 4 found
839Separate the @param and @return sections by a blank line.
839Return type missing for @return tag in function comment
840Expected 3 space(s) before asterisk; 4 found
841Expected 3 space(s) before asterisk; 4 found
842Visibility must be declared on method "file_load"
842Method name "views_data_export_plugin_display_export::file_load" is not in lowerCamel format
847Expected 3 space(s) before asterisk; 2 found
848Expected 3 space(s) before asterisk; 2 found
849Expected 3 space(s) before asterisk; 2 found
850Expected 3 space(s) before asterisk; 2 found
851Expected 3 space(s) before asterisk; 2 found
852Expected 3 space(s) before asterisk; 2 found
853Expected 3 space(s) before asterisk; 2 found
853Missing parameter type
854Expected 3 space(s) before asterisk; 2 found
855Expected 3 space(s) before asterisk; 2 found
855Separate the @param and @return sections by a blank line.
855Return type missing for @return tag in function comment
856Expected 3 space(s) before asterisk; 2 found
857Expected 3 space(s) before asterisk; 2 found
858Visibility must be declared on method "file_save_file"
858Method name "views_data_export_plugin_display_export::file_save_file" is not in lowerCamel format
863Doc comment short description must end with a full stop
865Visibility must be declared on method "compute_time_remaining"
865Method name "views_data_export_plugin_display_export::compute_time_remaining" is not in lowerCamel format
884Doc comment short description must end with a full stop
884Doc comment short description must be on a single line, further text should be a separate paragraph
886Visibility must be declared on method "is_compatible"
886Method name "views_data_export_plugin_display_export::is_compatible" is not in lowerCamel format
887There must be no space between the "array" keyword and the opening parenthesis
888No space found before comment text; expected "// 'pgsql'," but found "//'pgsql',"
888Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
894Visibility must be declared on method "_get_database_driver"
894Method name "views_data_export_plugin_display_export::_get_database_driver" is not in lowerCamel format
894Missing function doc comment
894Expected 1 space after FUNCTION keyword; 2 found
903Visibility must be declared on method "store_search_api_result"
903Method name "views_data_export_plugin_display_export::store_search_api_result" is not in lowerCamel format
919Array closing indentation error, expected 8 spaces but found 6
919Closing parenthesis of array declaration must be on a new line
947Expected 1 blank line after function; 0 found
948The closing brace for the class must have an empty line before it
950Class name must begin with a capital letter
950Class name must use UpperCamel naming without underscores
950Missing class doc comment
955Doc comment short description must be on a single line, further text should be a separate paragraph
960Visibility must be declared on method "execute"
960Expected 1 blank line before function; 2 found
962Line exceeds 80 characters; contains 83 characters
962Comments may not appear after statements
999Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1012Line exceeds 80 characters; contains 90 characters
1013Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces
1024There must be no blank line following an inline comment
1034Line exceeds 80 characters; contains 90 characters
1037A cast statement must be followed by a single space
1039Functions must not contain multiple empty lines in a row; found 2 empty lines
1049Line exceeds 80 characters; contains 81 characters
1060Expected 1 blank line after function; 0 found
1061The closing brace for the class must have an empty line before it
1063Class name must begin with a capital letter
1063Class name must use UpperCamel naming without underscores
1063Missing class doc comment
1068Doc comment short description must be on a single line, further text should be a separate paragraph
1073Visibility must be declared on method "execute"
1073Expected 1 blank line before function; 2 found
1075Line exceeds 80 characters; contains 83 characters
1075Comments may not appear after statements
1112Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1125Line exceeds 80 characters; contains 90 characters
1126Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces
1137There must be no blank line following an inline comment
1147Line exceeds 80 characters; contains 90 characters
1150Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1153Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1154Concat operator must be surrounded by a single space
1154A cast statement must be followed by a single space
1156Functions must not contain multiple empty lines in a row; found 2 empty lines
1166Line exceeds 80 characters; contains 81 characters
1177Expected 1 blank line after function; 0 found
1178The closing brace for the class must have an empty line before it
theme/views_data_export.theme.inc 3 fewer
8There must be exactly one blank line after the file comment
12Doc comment short description must end with a full stop
14Expected 1 blank line before function; 2 found
48If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
55Missing parameter type
56Parameter comment indentation must be 3 spaces, found 2 spaces
61If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
61Expected 1 space between double arrow and ""Refresh""; 0 found
61Expected 1 space between double arrow and ""Refresh""; 0 found
61Expected 1 space after "=>"; 0 found
61Concat operator must be surrounded by a single space
73Expected 1 blank line after function; 2 found
76Missing function doc comment
81Equals sign not aligned with surrounding assignments; expected 3 spaces but found 5 spaces
82Equals sign not aligned with surrounding assignments; expected 1 space but found 3 spaces
85Missing function doc comment
88Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
92Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
114Expected 1 space after SWITCH keyword; 0 found
117Case breaking statements must be followed by a single blank line
130Missing function doc comment
133Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
137Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
161Expected 1 space after SWITCH keyword; 0 found
164Case breaking statements must be followed by a single blank line
175There should be no white space after an opening "("
193Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
197Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
218Expected 1 space after SWITCH keyword; 0 found
238Expected 1 space after SWITCH keyword; 0 found
278Missing function doc comment
299Missing function doc comment
303There must be no blank line following an inline comment
315Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
330Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
339Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
349Functions must not contain multiple empty lines in a row; found 2 empty lines
351Line exceeds 80 characters; contains 98 characters
351Comments may not appear after statements
351Inline comments must start with a capital letter
351Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
355Missing function doc comment
360Missing function doc comment
365Missing function doc comment
381Comments may not appear after statements
381Inline comments must start with a capital letter
381Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
422Line exceeds 80 characters; contains 101 characters
451Case breaking statements must be followed by a single blank line
454Case breaking statements must be followed by a single blank line
459Case breaking statements must be followed by a single blank line
473Missing parameter type
473Parameter comment must be on the next line
474Separate the @param and @return sections by a blank line.
474Return type "The valid XML tag or an empty string if the string contained no valid" must not contain spaces
475Return comment indentation must be 3 spaces, found 1 spaces
534Equals sign not aligned with surrounding assignments; expected 15 spaces but found 5 spaces
535Equals sign not aligned with surrounding assignments; expected 13 spaces but found 3 spaces

views_data_export 7.x-3.x-dev branch result

History

UpdatedResult
17 Nov 2017 at 07:51 UTC