Webform - 7.x-4.x

Test status
StatusResult
Last receivedSun, 07/29/2012 - 03:55:15
Last requestedSun, 07/29/2012 - 03:58:54
Last testedSun, 07/29/2012 - 03:59:41
Test count4
Environment status
MySQLfail
Code reviewfail
Overall Resultfail
Branch information
Identifier7.x-4.x
ProjectWebform
LinkProject information
SummaryFAILED: [[SimpleTest]]: [MySQL] 1,780 pass(es), 4 fail(s), and 0 exception(s); [[Coder]]: [Code review] 28 minor(s), 11 critical(s), and 29 normal(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
  9. Detect a failing test
    Review the test failures below then if necessary run them locally until the problem has been fixed.
  10. Complete test suite with all tests passing
1,780 pass(es), 4 fail(s), and 0 exception(s)

Non-pass

Test namePassFailException
ExpandWebform submission (WebformSubmissionTestCase) [Webform]26240
MessageGroupFilenameLineFunctionStatus
Component textfield_disabled data integrity checkWebformsubmission.test135WebformSubmissionTestCase->webformSubmissionExecute()
Expected Array ( [0] => bar ) Recieved Array ( [0] => ) Webformsubmission.test137WebformSubmissionTestCase->webformSubmissionExecute()
Component textfield_profile data integrity checkWebformsubmission.test135WebformSubmissionTestCase->webformSubmissionExecute()
Expected Recieved Array ( [0] => ) Webformsubmission.test137WebformSubmissionTestCase->webformSubmissionExecute()

All

Test namePassFailException
LeafWebform (WebformGeneralTestCase) [Webform]7100
LeafWebform components (WebformComponentsTestCase) [Webform]5200
LeafWebform conditionals (WebformConditionalsTestCase) [Webform]132300
LeafWebform permissions (WebformPermissionsTestCase) [Webform]7200
ExpandWebform submission (WebformSubmissionTestCase) [Webform]26240
MessageGroupFilenameLineFunctionStatus
Component textfield_disabled data integrity checkWebformsubmission.test135WebformSubmissionTestCase->webformSubmissionExecute()
Expected Array ( [0] => bar ) Recieved Array ( [0] => ) Webformsubmission.test137WebformSubmissionTestCase->webformSubmissionExecute()
Component textfield_profile data integrity checkWebformsubmission.test135WebformSubmissionTestCase->webformSubmissionExecute()
Expected Recieved Array ( [0] => ) Webformsubmission.test137WebformSubmissionTestCase->webformSubmissionExecute()

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
    Ensure that your code follows the Drupal standard and passes a coder review.
  9. Complete coder review with all passed
28 minor(s), 11 critical(s), and 29 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandcomponents/date.inc020
MessageGroupFilenameLineFunctionStatus
Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otherdate.inc280N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otherdate.inc288N/A
Expandcomponents/number.inc4010
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOthernumber.inc223N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernumber.inc281N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernumber.inc292N/A
Control statements should have one space between the control keyword and opening parenthesisOthernumber.inc430N/A
Control statements should have one space between the control keyword and opening parenthesisOthernumber.inc467N/A
missing space after commaOthernumber.inc474N/A
missing space after commaOthernumber.inc475N/A
missing space after commaOthernumber.inc476N/A
missing space after commaOthernumber.inc477N/A
missing space after commaOthernumber.inc478N/A
missing space after commaOthernumber.inc479N/A
missing space after commaOthernumber.inc480N/A
missing space after commaOthernumber.inc481N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernumber.inc713N/A
Expandincludes/webform.components.inc210
MessageGroupFilenameLineFunctionStatus
Potential problem: form_set_error() and form_error() only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherwebform.components.inc300N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.components.inc998N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.components.inc1000N/A
Expandincludes/webform.conditionals.inc311
MessageGroupFilenameLineFunctionStatus
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherwebform.conditionals.inc69N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherwebform.conditionals.inc194N/A
Format should be * Implementation of hook_foo().Otherwebform.conditionals.inc553N/A
'Implementation' should be at the start of the sentence and begin with a capitialized letterOtherwebform.conditionals.inc553N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.conditionals.inc956N/A
Expandincludes/webform.emails.inc010
MessageGroupFilenameLineFunctionStatus
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherwebform.emails.inc200N/A
Expandincludes/webform.report.inc002
MessageGroupFilenameLineFunctionStatus
use a space between the closing parenthesis and the open bracketOtherwebform.report.inc747N/A
use a space between the closing parenthesis and the open bracketOtherwebform.report.inc961N/A
Expandincludes/webform.submissions.inc030
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherwebform.submissions.inc328N/A
Potential problem: confirm_form() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherwebform.submissions.inc354N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherwebform.submissions.inc383N/A
Expandtemplates/webform-mail.tpl.php008
MessageGroupFilenameLineFunctionStatus
Functions should be called with no spaces between the function name and opening parenthesesOtherwebform-mail.tpl.php22N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherwebform-mail.tpl.php22N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherwebform-mail.tpl.php25N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherwebform-mail.tpl.php27N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherwebform-mail.tpl.php30N/A
the final ?> should be omitted from all code filesOtherwebform-mail.tpl.php30N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherwebform-mail.tpl.php34N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherwebform-mail.tpl.php36N/A
Expandtemplates/webform-results-submissions.tpl.php002
MessageGroupFilenameLineFunctionStatus
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Otherwebform-results-submissions.tpl.php2N/A
the final ?> should be omitted from all code filesOtherwebform-results-submissions.tpl.php30N/A
Expandtemplates/webform-submission-page.tpl.php001
MessageGroupFilenameLineFunctionStatus
the final ?> should be omitted from all code filesOtherwebform-submission-page.tpl.php30N/A
Expandtemplates/webform-submission.tpl.php001
MessageGroupFilenameLineFunctionStatus
the final ?> should be omitted from all code filesOtherwebform-submission.tpl.php17N/A
Expandwebform.install102
MessageGroupFilenameLineFunctionStatus
missing space after commaOtherwebform.install809N/A
Use update_sql() instead of db_query() in hook_update_N()Otherwebform.install933N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.install1258N/A
Expandwebform.module632
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherwebform.module-1N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.module2475N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otherwebform.module2476N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otherwebform.module2481N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.module2719N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherwebform.module2761N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.module2853N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.module2991N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.module3106N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherwebform.module3120N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.module3129N/A

All

Test nameMinorCriticalNormal
Expandcomponents/date.inc020
MessageGroupFilenameLineFunctionStatus
Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otherdate.inc280N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otherdate.inc288N/A
Leafcomponents/email.inc000
Leafcomponents/fieldset.inc000
Leafcomponents/file.inc000
Leafcomponents/grid.inc000
Expandcomponents/hidden.inc100
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtherhidden.inc141N/A
Leafcomponents/markup.inc000
Expandcomponents/number.inc4010
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOthernumber.inc223N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernumber.inc281N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernumber.inc292N/A
Control statements should have one space between the control keyword and opening parenthesisOthernumber.inc430N/A
Control statements should have one space between the control keyword and opening parenthesisOthernumber.inc467N/A
missing space after commaOthernumber.inc474N/A
missing space after commaOthernumber.inc475N/A
missing space after commaOthernumber.inc476N/A
missing space after commaOthernumber.inc477N/A
missing space after commaOthernumber.inc478N/A
missing space after commaOthernumber.inc479N/A
missing space after commaOthernumber.inc480N/A
missing space after commaOthernumber.inc481N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernumber.inc713N/A
Leafcomponents/pagebreak.inc000
Expandcomponents/select.inc100
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtherselect.inc205N/A
Leafcomponents/textarea.inc000
Leafcomponents/textfield.inc000
Leafcomponents/time.inc000
Leafincludes/webform.admin.inc000
Expandincludes/webform.components.inc210
MessageGroupFilenameLineFunctionStatus
Potential problem: form_set_error() and form_error() only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherwebform.components.inc300N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.components.inc998N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.components.inc1000N/A
Expandincludes/webform.conditionals.inc311
MessageGroupFilenameLineFunctionStatus
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherwebform.conditionals.inc69N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherwebform.conditionals.inc194N/A
Format should be * Implementation of hook_foo().Otherwebform.conditionals.inc553N/A
'Implementation' should be at the start of the sentence and begin with a capitialized letterOtherwebform.conditionals.inc553N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.conditionals.inc956N/A
Expandincludes/webform.emails.inc010
MessageGroupFilenameLineFunctionStatus
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherwebform.emails.inc200N/A
Leafincludes/webform.export.inc000
Expandincludes/webform.options.inc200
MessageGroupFilenameLineFunctionStatus
Format should be * Implementation of hook_foo().Otherwebform.options.inc9N/A
'Implementation' should be at the start of the sentence and begin with a capitialized letterOtherwebform.options.inc9N/A
Leafincludes/webform.pages.inc000
Expandincludes/webform.report.inc002
MessageGroupFilenameLineFunctionStatus
use a space between the closing parenthesis and the open bracketOtherwebform.report.inc747N/A
use a space between the closing parenthesis and the open bracketOtherwebform.report.inc961N/A
Expandincludes/webform.submissions.inc030
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherwebform.submissions.inc328N/A
Potential problem: confirm_form() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherwebform.submissions.inc354N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherwebform.submissions.inc383N/A
Leaftemplates/webform-calendar.tpl.php000
Leaftemplates/webform-confirmation.tpl.php000
Leaftemplates/webform-form.tpl.php000
Expandtemplates/webform-mail.tpl.php008
MessageGroupFilenameLineFunctionStatus
Functions should be called with no spaces between the function name and opening parenthesesOtherwebform-mail.tpl.php22N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherwebform-mail.tpl.php22N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherwebform-mail.tpl.php25N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherwebform-mail.tpl.php27N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherwebform-mail.tpl.php30N/A
the final ?> should be omitted from all code filesOtherwebform-mail.tpl.php30N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherwebform-mail.tpl.php34N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherwebform-mail.tpl.php36N/A
Expandtemplates/webform-results-submissions.tpl.php002
MessageGroupFilenameLineFunctionStatus
Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs)Otherwebform-results-submissions.tpl.php2N/A
the final ?> should be omitted from all code filesOtherwebform-results-submissions.tpl.php30N/A
Leaftemplates/webform-submission-information.tpl.php000
Leaftemplates/webform-submission-navigation.tpl.php000
Expandtemplates/webform-submission-page.tpl.php001
MessageGroupFilenameLineFunctionStatus
the final ?> should be omitted from all code filesOtherwebform-submission-page.tpl.php30N/A
Expandtemplates/webform-submission.tpl.php001
MessageGroupFilenameLineFunctionStatus
the final ?> should be omitted from all code filesOtherwebform-submission.tpl.php17N/A
Leaftests/components.test000
Leaftests/conditionals.test000
Leaftests/permissions.test000
Leaftests/submission.test000
Expandtests/webform.test100
MessageGroupFilenameLineFunctionStatus
use lowercase html tags to comply with XHTMLOtherwebform.test421N/A
Leafviews/webform.views.inc000
Leafviews/webform_handler_field_form_body.inc000
Leafviews/webform_handler_field_is_draft.inc000
Leafviews/webform_handler_field_node_link_edit.inc000
Leafviews/webform_handler_field_node_link_results.inc000
Leafviews/webform_handler_field_submission_count.inc000
Leafviews/webform_handler_field_submission_link.inc000
Leafviews/webform_handler_field_webform_status.inc000
Leafviews/webform_handler_filter_is_draft.inc000
Leafviews/webform_handler_filter_webform_status.inc000
Expandwebform.api.php600
MessageGroupFilenameLineFunctionStatus
@see references should be separated by "," followed by a single space and with no trailing punctuationOtherwebform.api.php52N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.api.php673N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.api.php674N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.api.php677N/A
Format should be * Implementation of hook_foo().Otherwebform.api.php704N/A
Format should be * Implementation of hook_foo().Otherwebform.api.php716N/A
Expandwebform.install102
MessageGroupFilenameLineFunctionStatus
missing space after commaOtherwebform.install809N/A
Use update_sql() instead of db_query() in hook_update_N()Otherwebform.install933N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.install1258N/A
Expandwebform.module632
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherwebform.module-1N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.module2475N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otherwebform.module2476N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otherwebform.module2481N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.module2719N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherwebform.module2761N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.module2853N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.module2991N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.module3106N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherwebform.module3120N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.module3129N/A
Expandwebform.tokens.inc100
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtherwebform.tokens.inc121N/A