39 pass

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

All classes passed!
39XML Sitemap.XML Sitemap
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
4XML Sitemap.XMLSitemapNodeFunctionalTest
- setUp
- testNodeSettings
- testTypeSettings
- testCron
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

80 coding standards messages

80 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
365If 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.generate.inc 27 more
17Missing parameter type
19Missing parameter type
73Array indentation error, expected 6 spaces but found 8
74Array closing indentation error, expected 4 spaces but found 6
80Missing function doc comment
116Missing parameter type
135Missing parameter type
137Missing parameter type
150Code after THROW statement cannot be executed
156Missing function doc comment
157If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
172If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
254Missing parameter type
267Code after THROW statement cannot be executed
273There must be no blank line following an inline comment
273Inline comments must end in full-stops, exclamation marks, colons, or question marks
278Missing parameter type
287No space found before comment text; expected "// $t = get_t();" but found "//$t = get_t();"
290No space found before comment text; expected "// 'error_message' => $t('An error has occurred.')," but found "//'error_message' => $t('An error has occurred.'),"
290Inline comments must end in full-stops, exclamation marks, colons, or question marks
374No space found before comment text; expected "// drupal_set_message(t('The sitemaps were regenerated.'));" but found "//drupal_set_message(t('The sitemaps were regenerated.'));"
405If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
481Comments may not appear after statements
481No space found before comment text; expected "// variable_get('xmlsitemap_batch_limit', 100)" but found "//variable_get('xmlsitemap_batch_limit', 100)"
481Inline comments must end in full-stops, exclamation marks, colons, or question marks
490If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
512Missing function doc comment

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

History

UpdatedResult
20 Mar 2018 at 16:12 UTC
25 May 2017 at 14:31 UTC