Page Title - 6.x-2.x

Test status
StatusResult
Last receivedFri, 01/06/2012 - 18:14:03
Last requestedFri, 01/06/2012 - 18:14:04
Last testedFri, 01/06/2012 - 18:14:37
Test count2
Environment status
MySQLfail
Code reviewpass
Overall Resultfail
Branch information
Identifier6.x-2.x
ProjectPage Title
LinkProject information
SummaryFAILED: [[SimpleTest]]: [MySQL] Failed to run tests: @reason; [[Coder]]: [Code review] 86 minor(s).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
    Ensure that you can install SimpleTest locally and invoke tests using the command line script.
  9. Detect a failing test
  10. Complete test suite with all tests passing
32 pass(es), 1 fail(s), and 41 exception(s)

Non-pass

Test namePassFailException
Expandmodules/comment.page_title.inc301
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOthercomment.page_title.inc17N/A
Use an indent of 2 spaces, with no tabsOthercomment.page_title.inc22N/A
Use an indent of 2 spaces, with no tabsOthercomment.page_title.inc41N/A
Doxygen uses @todo and @bug to markup things to be done.Othercomment.page_title.inc47N/A
Expandmodules/node.page_title.inc401
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOthernode.page_title.inc17N/A
Use an indent of 2 spaces, with no tabsOthernode.page_title.inc18N/A
Use an indent of 2 spaces, with no tabsOthernode.page_title.inc19N/A
Use an indent of 2 spaces, with no tabsOthernode.page_title.inc36N/A
Doxygen uses @todo and @bug to markup things to be done.Othernode.page_title.inc40N/A
Expandmodules/uc_catalog.page_title.inc601
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Otheruc_catalog.page_title.inc10N/A
Use an indent of 2 spaces, with no tabsOtheruc_catalog.page_title.inc25N/A
Use an indent of 2 spaces, with no tabsOtheruc_catalog.page_title.inc26N/A
Use an indent of 2 spaces, with no tabsOtheruc_catalog.page_title.inc27N/A
Use an indent of 2 spaces, with no tabsOtheruc_catalog.page_title.inc28N/A
Use an indent of 2 spaces, with no tabsOtheruc_catalog.page_title.inc42N/A
Use an indent of 2 spaces, with no tabsOtheruc_catalog.page_title.inc43N/A
Expandpage_title-admin-settings-form.tpl.php001
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Otherpage_title-admin-settings-form.tpl.php5N/A
Expandpage_title.admin.inc101
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.admin.inc18N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherpage_title.admin.inc64N/A
Expandpage_title.install013
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Otherpage_title.install5N/A
Use st() instead of t() in hook_install(), hook_uninstall() and hook_update_N()Otherpage_title.install13N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otherpage_title.install13N/A
Use the matching Drupal theme functions, not raw HTML.Otherpage_title.install44N/A
Expandpage_title.module3018
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module74N/A
Administrative menu items should have a description.Otherpage_title.module123N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module124N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module335N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module343N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module353N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Otherpage_title.module355N/A
Function documentation should be less than 80 characters per line.Otherpage_title.module364N/A
Function summaries should be one line only. (Drupal Docs)Otherpage_title.module503N/A
Function summaries should be one line only. (Drupal Docs)Otherpage_title.module512N/A
Format should be * Implementation of hook_foo().Otherpage_title.module513N/A
Function documentation should be less than 80 characters per line.Otherpage_title.module532N/A
Function documentation should be less than 80 characters per line.Otherpage_title.module628N/A
Function documentation should be less than 80 characters per line.Otherpage_title.module646N/A
Function summaries should be one line only. (Drupal Docs)Otherpage_title.module646N/A
Doxygen uses @todo and @bug to markup things to be done.Otherpage_title.module647N/A
Function documentation should be less than 80 characters per line.Otherpage_title.module647N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module681N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module690N/A
There should be no trailing spacesOtherpage_title.module770N/A
Format should be * Implementation of hook_foo().Otherpage_title.module857N/A
Expandpage_title.views_default.inc002
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.views_default.inc283N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.views_default.inc328N/A
Expandtests/page_title.test007
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherpage_title.test109N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.test112N/A
Doxygen uses @todo and @bug to markup things to be done.Otherpage_title.test182N/A
Doxygen uses @todo and @bug to markup things to be done.Otherpage_title.test186N/A
Separate comments from comment syntax by a space.Otherpage_title.test190N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.test193N/A
Separate comments from comment syntax by a space.Otherpage_title.test210N/A
Expandtests/page_title_views_test.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherpage_title_views_test.module-1N/A
Expandtests/page_title_views_test.views_default.inc002
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Otherpage_title_views_test.views_default.inc5N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title_views_test.views_default.inc13N/A
Expandviews/plugins/page_title_plugin_display_page_with_page_title.inc003
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Otherpage_title_plugin_display_page_with_page_title.inc5N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title_plugin_display_page_with_page_title.inc29N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title_plugin_display_page_with_page_title.inc47N/A

All

Test namePassFailException
Expandmodules/blog.page_title.inc400
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOtherblog.page_title.inc17N/A
Use an indent of 2 spaces, with no tabsOtherblog.page_title.inc18N/A
Use an indent of 2 spaces, with no tabsOtherblog.page_title.inc19N/A
Use an indent of 2 spaces, with no tabsOtherblog.page_title.inc32N/A
Expandmodules/comment.page_title.inc301
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOthercomment.page_title.inc17N/A
Use an indent of 2 spaces, with no tabsOthercomment.page_title.inc22N/A
Use an indent of 2 spaces, with no tabsOthercomment.page_title.inc41N/A
Doxygen uses @todo and @bug to markup things to be done.Othercomment.page_title.inc47N/A
Expandmodules/forum.page_title.inc400
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOtherforum.page_title.inc18N/A
Use an indent of 2 spaces, with no tabsOtherforum.page_title.inc19N/A
Use an indent of 2 spaces, with no tabsOtherforum.page_title.inc20N/A
Use an indent of 2 spaces, with no tabsOtherforum.page_title.inc34N/A
Expandmodules/node.page_title.inc401
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOthernode.page_title.inc17N/A
Use an indent of 2 spaces, with no tabsOthernode.page_title.inc18N/A
Use an indent of 2 spaces, with no tabsOthernode.page_title.inc19N/A
Use an indent of 2 spaces, with no tabsOthernode.page_title.inc36N/A
Doxygen uses @todo and @bug to markup things to be done.Othernode.page_title.inc40N/A
Leafmodules/page_title.page_title.inc000
Expandmodules/taxonomy.page_title.inc500
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOthertaxonomy.page_title.inc21N/A
Use an indent of 2 spaces, with no tabsOthertaxonomy.page_title.inc22N/A
Use an indent of 2 spaces, with no tabsOthertaxonomy.page_title.inc23N/A
Use an indent of 2 spaces, with no tabsOthertaxonomy.page_title.inc41N/A
There should be no trailing spacesOthertaxonomy.page_title.inc42N/A
Expandmodules/uc_catalog.page_title.inc601
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Otheruc_catalog.page_title.inc10N/A
Use an indent of 2 spaces, with no tabsOtheruc_catalog.page_title.inc25N/A
Use an indent of 2 spaces, with no tabsOtheruc_catalog.page_title.inc26N/A
Use an indent of 2 spaces, with no tabsOtheruc_catalog.page_title.inc27N/A
Use an indent of 2 spaces, with no tabsOtheruc_catalog.page_title.inc28N/A
Use an indent of 2 spaces, with no tabsOtheruc_catalog.page_title.inc42N/A
Use an indent of 2 spaces, with no tabsOtheruc_catalog.page_title.inc43N/A
Expandmodules/user.page_title.inc200
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOtheruser.page_title.inc15N/A
Use an indent of 2 spaces, with no tabsOtheruser.page_title.inc16N/A
Leafmodules/views.page_title.inc000
Expandpage_title-admin-settings-form.tpl.php001
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Otherpage_title-admin-settings-form.tpl.php5N/A
Expandpage_title.admin.inc101
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.admin.inc18N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherpage_title.admin.inc64N/A
Expandpage_title.install013
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Otherpage_title.install5N/A
Use st() instead of t() in hook_install(), hook_uninstall() and hook_update_N()Otherpage_title.install13N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otherpage_title.install13N/A
Use the matching Drupal theme functions, not raw HTML.Otherpage_title.install44N/A
Leafpage_title.legacy.inc000
Expandpage_title.module3018
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module74N/A
Administrative menu items should have a description.Otherpage_title.module123N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module124N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module335N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module343N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module353N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Otherpage_title.module355N/A
Function documentation should be less than 80 characters per line.Otherpage_title.module364N/A
Function summaries should be one line only. (Drupal Docs)Otherpage_title.module503N/A
Function summaries should be one line only. (Drupal Docs)Otherpage_title.module512N/A
Format should be * Implementation of hook_foo().Otherpage_title.module513N/A
Function documentation should be less than 80 characters per line.Otherpage_title.module532N/A
Function documentation should be less than 80 characters per line.Otherpage_title.module628N/A
Function documentation should be less than 80 characters per line.Otherpage_title.module646N/A
Function summaries should be one line only. (Drupal Docs)Otherpage_title.module646N/A
Doxygen uses @todo and @bug to markup things to be done.Otherpage_title.module647N/A
Function documentation should be less than 80 characters per line.Otherpage_title.module647N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module681N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.module690N/A
There should be no trailing spacesOtherpage_title.module770N/A
Format should be * Implementation of hook_foo().Otherpage_title.module857N/A
Leafpage_title.views.inc000
Expandpage_title.views_default.inc002
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.views_default.inc283N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.views_default.inc328N/A
Expandtests/page_title.test007
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherpage_title.test109N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.test112N/A
Doxygen uses @todo and @bug to markup things to be done.Otherpage_title.test182N/A
Doxygen uses @todo and @bug to markup things to be done.Otherpage_title.test186N/A
Separate comments from comment syntax by a space.Otherpage_title.test190N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title.test193N/A
Separate comments from comment syntax by a space.Otherpage_title.test210N/A
Expandtests/page_title_views_test.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherpage_title_views_test.module-1N/A
Leaftests/page_title_views_test.test000
Expandtests/page_title_views_test.views_default.inc002
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Otherpage_title_views_test.views_default.inc5N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title_views_test.views_default.inc13N/A
Expandviews/plugins/page_title_plugin_display_page_with_page_title.inc003
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Otherpage_title_plugin_display_page_with_page_title.inc5N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title_plugin_display_page_with_page_title.inc29N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherpage_title_plugin_display_page_with_page_title.inc47N/A
Leafviews_handler_field_node_page_title.inc000

Code review

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a review run failure
  8. Detect coder flags
  9. Complete coder review with all passed
86 minor(s), 0 critical(s), and 1 normal(s)

Non-pass

Test nameMinorCriticalNormal
ExpandPageTitleTestCase7501
MessageGroupFilenameLineFunctionStatus
Undefined property: stdClass::$nidNoticeforum.module257forum_nodeapi()

All

Test nameMinorCriticalNormal
ExpandPageTitleTestCase7501
MessageGroupFilenameLineFunctionStatus
Undefined property: stdClass::$nidNoticeforum.module257forum_nodeapi()
LeafPageTitleViewsTestCase1100