38 pass, 1 fail

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

381XML Sitemap.XML Sitemap
31XML Sitemap.XMLSitemapNodeFunctionalTest
testNodeSettings
fail: [Other] Line 61 of sites/all/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.test:
Equal values for node 1 link field status.
- setUp
- testTypeSettings
- testCron
3XML Sitemap.XMLSitemapCustomFunctionalTest
- setUp
- testCustomLinks
- testCustomFileLinks
6XML Sitemap.XMLSitemapEnginesFunctionalTest
- setUp
- testPrepareURL
- testSubmitSitemaps
- testPing
- submitEngines
- testCustomURL
6XML Sitemap.XMLSitemapFunctionalTest
- setUp
- regenerateSitemap
- drupalGetSitemap
- testSitemapCaching
- testBaseURL
- testStatusReport
2XML Sitemap.XMLSitemapMenuFunctionalTest
- setUp
- testMenuSettings
2XML Sitemap.XMLSitemapTaxonomyFunctionalTest
- setUp
- testTaxonomySettings
14XML Sitemap.XMLSitemapUnitTest
- setUp
- testAssertFlag
- testGetChangefreq
- testGetChunkCount
- testCalculateChangefreq
- testRecalculateChangefreq
- testSwitchUser
- testSaveLink
- testLinkDelete
- testUpdateLinks
- regenerateSitemap
- drupalGetSitemap
- testDuplicatePaths
- testMinimumLifetime
2XML Sitemap.XMLSitemapUserFunctionalTest
- setUp
- testBlockedUser

226 coding standards messages

226 more than branch result

xmlsitemap.admin.inc 53 more
line 38No space found before comment text; expected "// '#validate' => array('xmlsitemap_sitemap_list_form_validate')," but found "//'#validate' => array('xmlsitemap_sitemap_list_form_validate'),"
39No space found before comment text; expected "// '#submit' => array('xmlsitemap_sitemap_list_form_submit')," but found "//'#submit' => array('xmlsitemap_sitemap_list_form_submit'),"
39Inline comments must end in full-stops, exclamation marks, colons, or question marks
51If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
85There must be no blank line following an inline comment
85No space found before comment text; expected "// $options[$smid]['#attributes']['class'][] = 'warning';" but found "//$options[$smid]['#attributes']['class'][] = 'warning';"
108Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
154Line exceeds 80 characters; contains 128 characters
154No space found before comment text; expected "// watchdog('xmlsitemap', '@action @count XML sitemaps.', array('@action' => $operation['action past'], '@count' => $count));" but found "//watchdog('xmlsitemap', '@action @count XML sitemaps.', array('@act...
154Inline comments must end in full-stops, exclamation marks, colons, or question marks
156No space found before comment text; expected "// $form_state['redirect'] = 'admin/config/search/xmlsitemap';" but found "//$form_state['redirect'] = 'admin/config/search/xmlsitemap';"
156Inline comments must end in full-stops, exclamation marks, colons, or question marks
160Missing function doc comment
199Missing function doc comment
210Missing function doc comment
220Missing function doc comment
228Missing function doc comment
251Missing function doc comment
267If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
291No space found before comment text; expected "// $form['advanced']['xmlsitemap_gz'] = array(" but found "//$form['advanced']['xmlsitemap_gz'] = array("
296No space found before comment text; expected "// );" but found "//);"
296Inline comments must end in full-stops, exclamation marks, colons, or question marks
300If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
308If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
371If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
434Doc comment short description must end with a full stop
580No space found before comment text; expected "// if (!isset($bundle) && isset($entity_info['bundle keys']['bundle'])) {" but found "//if (!isset($bundle) && isset($entity_info['bundle keys']['bundle'])) {"
580Inline comments must start with a capital letter
583Comment indentation error, expected only 2 spaces
586Comment indentation error, expected only 2 spaces
588There must be no blank line following an inline comment
588No space found before comment text; expected "// }" but found "//}"
588Inline comments must end in full-stops, exclamation marks, colons, or question marks
650Missing function doc comment
658There should be no white space after an opening "("
734If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
749Inline comments must end in full-stops, exclamation marks, colons, or question marks
765Inline comments must end in full-stops, exclamation marks, colons, or question marks
795No space found before comment text; expected "// $form['xmlsitemap']['lastmod'] = array(" but found "//$form['xmlsitemap']['lastmod'] = array("
798No space found before comment text; expected "// );" but found "//);"
799No space found before comment text; expected "// $form['xmlsitemap']['changefreq'] = array(" but found "//$form['xmlsitemap']['changefreq'] = array("
802No space found before comment text; expected "// );" but found "//);"
803No space found before comment text; expected "// $form['xmlsitemap']['changecount'] = array(" but found "//$form['xmlsitemap']['changecount'] = array("
806There must be no blank line following an inline comment
806No space found before comment text; expected "// );" but found "//);"
806Inline comments must end in full-stops, exclamation marks, colons, or question marks
818Missing parameter type
820Missing parameter type
822Separate the @param and @return sections by a blank line.
822Return type missing for @return tag in function comment
861Missing parameter type
863Separate the @param and @return sections by a blank line.
863Return type missing for @return tag in function comment
xmlsitemap.install 11 more
65If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
114If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
217No space found before comment text; expected "// 'default' => 0.5," but found "//'default' => 0.5,"
218No space found before comment text; expected "// 'not null' => NULL," but found "//'not null' => NULL,"
289No space found before comment text; expected "// 'queued' => array(" but found "//'queued' => array("
294Line exceeds 80 characters; contains 98 characters
295No space found before comment text; expected "// )," but found "//),"
295Inline comments must end in full-stops, exclamation marks, colons, or question marks
467Doc comment short description must be on a single line, further text should be a separate paragraph
543Doc comment short description must be on a single line, further text should be a separate paragraph
557Missing function doc comment
xmlsitemap.module 118 more
4The second line in the file doc comment must be "@file"
22Comments may not appear after statements
23Comments may not appear after statements
24Comments may not appear after statements
25Comments may not appear after statements
26Comments may not appear after statements
26Inline comments must end in full-stops, exclamation marks, colons, or question marks
99Case breaking statements must be followed by a single blank line
101Case breaking statements must be followed by a single blank line
103Case breaking statements must be followed by a single blank line
341Missing parameter type
344Return type missing for @return tag in function comment
355Missing parameter type
357Missing parameter type
360Return type missing for @return tag in function comment
386Missing parameter type
404Missing parameter type
453Missing parameter type
463Missing parameter type
483Missing parameter type
485Missing parameter type
495Missing parameter type
507Missing function doc comment
515Missing parameter type
517Separate the @param and @return sections by a blank line.
517Return type missing for @return tag in function comment
535Missing parameter type
537Missing parameter type
539Separate the @param and @return sections by a blank line.
539Return type missing for @return tag in function comment
550Missing parameter type
553Separate the @param and @return sections by a blank line.
553Return type missing for @return tag in function comment
599If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
602If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
611If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
642Missing parameter type
644Missing parameter type
646Separate the @param and @return sections by a blank line.
646Return type missing for @return tag in function comment
672Missing parameter type
674Missing parameter type
676Missing parameter type
677Parameter comment indentation must be 3 spaces, found 2 spaces
678Parameter comment indentation must be 3 spaces, found 2 spaces
679Separate the @param and @return sections by a blank line.
679Return type missing for @return tag in function comment
696Missing parameter type
699Separate the @param and @return sections by a blank line.
699Return type missing for @return tag in function comment
728Missing parameter type
730Missing parameter type
733Separate the @param and @return sections by a blank line.
733Return type missing for @return tag in function comment
759Missing parameter type
761Missing parameter type
765Missing parameter type
768Separate the @param and @return sections by a blank line.
768Return type missing for @return tag in function comment
791Inline comments must end in full-stops, exclamation marks, colons, or question marks
805There must be no blank lines after the function comment
834Missing function doc comment
856Missing function doc comment
864Missing parameter type
866Missing parameter type
868Missing parameter type
871Return type missing for @return tag in function comment
901Missing parameter type
903Missing parameter type
910dir() is a function name alias, use getdir() instead
927Missing parameter type
930Missing parameter type
962No space found before comment text; expected "// unset($link_info[$key]['bundles'][$bundle_key]);" but found "//unset($link_info[$key]['bundles'][$bundle_key]);"
962Inline comments must end in full-stops, exclamation marks, colons, or question marks
998Missing function doc comment
1004Line indented incorrectly; expected 6 spaces, found 4
1004No space found before comment text; expected "// if (!empty($bundle_info['xmlsitemap']['status'])) {" but found "//if (!empty($bundle_info['xmlsitemap']['status'])) {"
1004Inline comments must start with a capital letter
1004Inline comments must end in full-stops, exclamation marks, colons, or question marks
1011Missing function doc comment
1021No space found before comment text; expected "// $total->addTag('xmlsitemap_link_bundle_access');" but found "//$total->addTag('xmlsitemap_link_bundle_access');"
1021Inline comments must end in full-stops, exclamation marks, colons, or question marks
1046Missing function doc comment
1050If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
1053If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
1059No space found before comment text; expected "// xmlsitemap_get_link_info(NULL, TRUE);" but found "//xmlsitemap_get_link_info(NULL, TRUE);"
1059Inline comments must end in full-stops, exclamation marks, colons, or question marks
1062Missing function doc comment
1089Missing function doc comment
1108Missing function doc comment
1114No space found before comment text; expected "// xmlsitemap_get_link_info(NULL, TRUE);" but found "//xmlsitemap_get_link_info(NULL, TRUE);"
1114Inline comments must end in full-stops, exclamation marks, colons, or question marks
1117Missing function doc comment
1141Missing function doc comment
1180Missing parameter type
1182Separate the @param and @return sections by a blank line.
1182Return type missing for @return tag in function comment
1230Missing parameter type
1232Separate the @param and @return sections by a blank line.
1232Return type missing for @return tag in function comment
1240Line exceeds 80 characters; contains 84 characters
1240Comments may not appear after statements
1250Missing parameter type
1262Missing parameter type
1264Separate the @param and @return sections by a blank line.
1264Return type missing for @return tag in function comment
1355Return type missing for @return tag in function comment
1356Return comment indentation must be 3 spaces, found 2 spaces
1362Missing function doc comment
1377Missing function doc comment
1407Missing short description in doc comment
1427Missing parameter type
1429Separate the @param and @return sections by a blank line.
1429Return type missing for @return tag in function comment
1446There must be no blank lines after the function comment
1489Missing function doc comment
1560Missing function doc comment
1650Line exceeds 80 characters; contains 82 characters
xmlsitemap_node/xmlsitemap_node.module 21 more
1Missing file doc comment
36Missing parameter type
154Missing parameter type
156Separate the @param and @return sections by a blank line.
156Return type missing for @return tag in function comment
178Missing parameter type
209Line exceeds 80 characters; contains 86 characters
210No space found before comment text; expected "// $access = &drupal_static('node_access');" but found "//$access = &drupal_static('node_access');"
211No space found before comment text; expected "// unset($access[0][$node->nid]);" but found "//unset($access[0][$node->nid]);"
212There must be no blank line following an inline comment
212No space found before comment text; expected "// node_access_acquire_grants($node);" but found "//node_access_acquire_grants($node);"
229Missing parameter type
232Missing parameter type
235Separate the @param and @return sections by a blank line.
235Return type missing for @return tag in function comment
238Line exceeds 80 characters; contains 81 characters
238Return comment indentation must be 3 spaces, found 1 spaces
258There must be no blank line following an inline comment
258No space found before comment text; expected "// $cid = is_object($node) ? $node->nid : $node;" but found "//$cid = is_object($node) ? $node->nid : $node;"
258Inline comments must end in full-stops, exclamation marks, colons, or question marks
311Line exceeds 80 characters; contains 83 characters
xmlsitemap_taxonomy/xmlsitemap_taxonomy.module 23 more
1Missing file doc comment
46Missing parameter type
105Format 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.".
105Doc comment short description must end with a full stop
112Format 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.".
112Doc comment short description must end with a full stop
132Format 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.".
132Doc comment short description must end with a full stop
156Missing parameter type
158Separate the @param and @return sections by a blank line.
158Return type missing for @return tag in function comment
199No space found before comment text; expected "// function xmlsitemap_taxonomy_calculate_term_priority(stdClass $term) {" but found "//function xmlsitemap_taxonomy_calculate_term_priority(stdClass $term) {"
199Inline comments must start with a capital letter
204There must be no blank line following an inline comment
204No space found before comment text; expected "// }" but found "//}"
204Inline comments must end in full-stops, exclamation marks, colons, or question marks
209Missing parameter type
211Separate the @param and @return sections by a blank line.
211Return type missing for @return tag in function comment
237Missing parameter type
239Separate the @param and @return sections by a blank line.
239Return type missing for @return tag in function comment
259If the line declaring an array spans longer than 80 characters, each element should be broken into its own line

xmlsitemap 7.x-2.x-dev branch result

History

UpdatedResult
25 May 2017 at 14:31 UTC
25 May 2017 at 14:31 UTC