Unable to generate test groups

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

EXECUTING: sudo -u www-data php /var/www/html/scripts/run-tests.sh --list > /var/lib/drupalci/workdir/simpletest_d7/testgroups.txt

PHP Parse error:  syntax error, unexpected '[' in /var/www/html/sites/all/modules/ctools/tests/ctools.test on line 35

219 coding standards messages

commerce_recurring.info.inc
line 86Format should be "* Implements hook_foo().", "* Implements hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", or "* Implements hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.".
commerce_recurring.install
4The second line in the file doc comment must be "@file"
4Line exceeds 80 characters; contains 90 characters
143A comma should follow the last multiline array item. Found: 'commerce_recurring_fixed_price'
commerce_recurring.module
242Whitespace found at end of line
321Line exceeds 80 characters; contains 81 characters
326Additional blank lines found at end of doc comment
375Doc comment short description must be on a single line, further text should be a separate paragraph
381Missing parameter comment
382Missing parameter comment
384Return comment must be on the next line
388Function return type is not void, but function is returning void here
443Doc comment short description must be on a single line, further text should be a separate paragraph
447Parameter tags must be defined first in a doc comment
447Missing parameter type
449Missing parameter type
452Missing parameter type
455Return type missing for @return tag in function comment
465Missing parameter type
467Separate the @param and @return sections by a blank line.
467Return comment must be on the next line
476If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
489Doc comment short description must be on a single line, further text should be a separate paragraph
491Missing parameter type
520Missing parameter type
522Separate the @param and @return sections by a blank line.
522Return comment must be on the next line
532Expected 1 space after FOREACH keyword; 0 found
542Missing parameter type
569Line indented incorrectly; expected 0 spaces, found 1
591Missing parameter type
594Missing parameter comment
595Missing parameter type
597Separate the @param and @return sections by a blank line.
597Expected "bool" but found "boolean" for function return type
600Type hint "null" missing for $type
606Doc comment short description must be on a single line, further text should be a separate paragraph
607There must be exactly one blank line before the tags in a doc comment
607Missing parameter comment
607Missing parameter type
608Separate the @param and @return sections by a blank line.
608Return comment must be on the next line
624Format should be "* Implements hook_foo().", "* Implements hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", or "* Implements hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.".
625There must be exactly one blank line before the tags in a doc comment
625Missing parameter comment
625Missing parameter type
626Missing parameter comment
626Missing parameter type
641Expected 1 newline at end of file; 2 found
commerce_recurring.rules.inc
7Separate the @addtogroup and @{ sections by a blank line.
312Doc comment short description must be on a single line, further text should be a separate paragraph
314Missing parameter type
316Missing parameter comment
316Missing parameter type
317Missing parameter comment
317Missing parameter type
318Missing parameter comment
318Missing parameter type
371No space found before comment text; expected "// @TODO: // Case: Initial price." but found "//@TODO: // Case: Initial price."
372No space found before comment text; expected "// @TODO: Fix cart listing when displaying the cart with the product." but found "//@TODO: Fix cart listing when displaying the cart with the product."
425Expected 1 space after FOREACH keyword; 0 found
487Expected 1 space after "=="; 0 found
578Missing parameter type
580Separate the @param and @return sections by a blank line.
580Return comment must be on the next line
599Case breaking statements must be followed by a single blank line
commerce_recurring.rules_defaults.inc
102Array closing indentation error, expected 4 spaces but found 6
125A comma should follow the last multiline array item. Found: 'commerce-order'
129Functions must not contain multiple empty lines in a row; found 2 empty lines
commerce_recurring_ui/commerce_recurring_ui.admin.inc
4The second line in the file doc comment must be "@file"
39A comma should follow the last multiline array item. Found: )
54Expected 1 space(s) before asterisk; 0 found
55Expected 1 space(s) before asterisk; 0 found
129Avoid backslash escaping in translatable strings when possible, use "" quotes instead
141Avoid backslash escaping in translatable strings when possible, use "" quotes instead
146Expected 1 space(s) before asterisk; 0 found
147Expected 1 space(s) before asterisk; 0 found
158Missing parameter type
commerce_recurring_ui/commerce_recurring_ui.info
11Expected 1 newline at end of file; 2 found
commerce_recurring_ui/commerce_recurring_ui.module
1Missing file doc comment
56If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
121Doc comment short description must end with a full stop
122There must be exactly one blank line before the tags in a doc comment
122Missing parameter comment
122Missing parameter type
123Missing parameter comment
123Missing parameter type
124Missing parameter comment
124Missing parameter type
125Separate the @param and @return sections by a blank line.
125Return comment must be on the next line
128Expected 1 space after IF keyword; 0 found
149Doc comment short description must end with a full stop
150There must be exactly one blank line before the tags in a doc comment
150Missing parameter comment
150Missing parameter type
151Missing parameter comment
151Missing parameter type
152Separate the @param and @return sections by a blank line.
152Return comment must be on the next line
162Doc comment short description must end with a full stop
163There must be exactly one blank line before the tags in a doc comment
163Missing parameter comment
163Missing parameter type
164Missing parameter comment
164Missing parameter type
commerce_recurring_ui/includes/views/commerce_recurring_ui.views.inc
4The second line in the file doc comment must be "@file"
8Format should be "* Implements hook_foo().", "* Implements hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", or "* Implements hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.".
8Doc comment short description must end with a full stop
commerce_recurring_ui/includes/views/commerce_recurring_ui.views_default.inc
4The second line in the file doc comment must be "@file"
commerce_recurring_ui/includes/views/handlers/commerce_recurring_handler_field_order_operations.inc
1Missing file doc comment
6Class name must begin with a capital letter
6Class name must use UpperCamel naming without underscores
6Missing class doc comment
7Missing function doc comment
7Visibility must be declared on method "construct"
13Method name "commerce_recurring_handler_field_order_operations::option_definition" is not in lowerCamel format
13Missing function doc comment
13Visibility must be declared on method "option_definition"
21Method name "commerce_recurring_handler_field_order_operations::options_form" is not in lowerCamel format
21Missing function doc comment
21Visibility must be declared on method "options_form"
31Missing function doc comment
31Visibility must be declared on method "query"
36Missing function doc comment
36Visibility must be declared on method "render"
53If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
53If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
53If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
56The closing brace for the class must have an empty line before it
commerce_recurring_ui/includes/views/handlers/commerce_recurring_ui_handler_field_operations_dropbutton.inc
11Class name must begin with a capital letter
11Class name must use UpperCamel naming without underscores
35Concat operator must be surrounded by a single space
46The closing brace for the class must have an empty line before it
tests/commerce_recurring.test
7Missing class doc comment
8Missing short description in doc comment
15Doc comment short description must start with a capital letter
26Doc comment short description must start with a capital letter
40Comments may not appear after statements
40Inline comments must end in full-stops, exclamation marks, colons, or question marks
45There must be exactly one blank line before the tags in a doc comment
45Return type missing for @return tag in function comment
46Return comment indentation must be 3 spaces, found 2 spaces
47Return comment indentation must be 3 spaces, found 2 spaces
65If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
69Expected one space after the comma, 0 found
71Expected one space after the comma, 0 found
73Expected one space after the comma, 0 found
83There must be exactly one blank line before the tags in a doc comment
94Return comment must be on the next line
96Type hint "entity" missing for $product
131Visibility must be declared on method "testCreateRecurringProduct"
136If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
145Expected one space after the comma, 0 found
146Expected one space after the comma, 0 found
147Expected one space after the comma, 0 found
148Expected one space after the comma, 0 found
150Expected one space after the comma, 0 found
152Expected one space after the comma, 0 found
164Expected 1 space before "=="; 2 found
165Expected 1 space before "=="; 2 found
167Expected 1 space before "=="; 2 found
181Visibility must be declared on method "testCommerceRecurringEntityCreation"
194Doc comment short description must end with a full stop
196Visibility must be declared on method "testCommerceRecurringEntityCreationWorkflow"
220Inline comments must end in full-stops, exclamation marks, colons, or question marks
249Visibility must be declared on method "testCommerceRecurringEntityCreationWorkflowNoInitialDate"
269If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
273Expected one space after the comma, 0 found
275Expected one space after the comma, 0 found
297Inline comments must end in full-stops, exclamation marks, colons, or question marks
326Visibility must be declared on method "testCommerceRecurringCronOrderCreation"
366Visibility must be declared on method "testCommerceRecurringUpdateRecurringEntity"
428Visibility must be declared on method "testCommerceRecurringEndDate"
458Visibility must be declared on method "testCommmerceRecurringRegularProduct"
477Inline comments must end in full-stops, exclamation marks, colons, or question marks
486Doc comment short description must end with a full stop
488Visibility must be declared on method "testCommerceRecurringAnonymousOrderExistingUser"
528Inline comments must end in full-stops, exclamation marks, colons, or question marks
544Doc comment short description must end with a full stop
546Visibility must be declared on method "testCommerceRecurringAnonymousOrder"
586Inline comments must end in full-stops, exclamation marks, colons, or question marks
605Visibility must be declared on method "testCommerceRecurringRegularAndRecurringProducts"
627Inline comments must end in full-stops, exclamation marks, colons, or question marks
643Visibility must be declared on method "testCommerceRecurringPurchaseTwoRecurringProducts"
665Inline comments must end in full-stops, exclamation marks, colons, or question marks
674Visibility must be declared on method "testCommerceRecurringCreatingRecurringEntityQuantity"
693Inline comments must end in full-stops, exclamation marks, colons, or question marks
707Visibility must be declared on method "testCommerceRecurringCronOrderCreationWithQuantity"
738Visibility must be declared on method "testCommerceRecurringProductIsRecurring"
750Visibility must be declared on method "testCommerceRecurringProductPriceListing"
778Visibility must be declared on method "testCommerceRecurringCancelRecurringFromOrder"
805Class property $dependent_modules should use lowerCamel naming without underscores
807Closing parenthesis of array declaration must be on a new line
809Missing function doc comment
818Doc comment short description must start with a capital letter
828A comma should follow the last multiline array item. Found: 'administer modules'
837Missing parameter type
839Separate the @param and @return sections by a blank line.
839Return comment must be on the next line
841Visibility must be declared on method "assertCommerRecurringProductType"
850Missing parameter type
852Separate the @param and @return sections by a blank line.
852Return comment must be on the next line
854Visibility must be declared on method "assertCommerceRecurringEntity"
863Missing parameter type
865Missing parameter name
865Tag value indented incorrectly; expected 1 space but found 2
867Missing parameter type
867Tag value indented incorrectly; expected 1 space but found 2
869Missing parameter type
872Visibility must be declared on method "assertCommerceRecurringFields"
884Only string literals should be passed to t() where possible
907If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
911If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
926If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
930If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
949If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
952If the line declaring an array spans longer than 80 characters, each element should be broken into its own line

History

UpdatedResult
7 Feb 2018 at 23:55 UTC
20 Dec 2017 at 16:48 UTC
19 Dec 2017 at 17:49 UTC
18 Dec 2017 at 22:53 UTC
18 Dec 2017 at 20:25 UTC
18 Dec 2017 at 19:37 UTC
18 Dec 2017 at 19:32 UTC
28 Apr 2016 at 14:07 UTC
28 Dec 2015 at 20:37 UTC
17 Dec 2015 at 17:22 UTC