Commerce Epaybg - 7.x-1.0-alpha2

Test status
StatusResult
Last receivedSun, 12/23/2012 - 09:37:56
Last requestedSun, 12/23/2012 - 09:38:11
Last testedSun, 12/23/2012 - 09:39:44
Test count2
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier7.x-1.0-alpha2
ProjectCommerce Epaybg
LinkProject information
SummaryPASSED: [[Coder]]: [Code review] 36 minor(s), 0 critical(s), and 2 normal(s); [[SimpleTest]]: [MySQL] 0 pass(es).
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
  10. Complete test suite with all tests passing

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
36 minor(s), 0 critical(s), and 2 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandcommerce_epaybg.inc.php701
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercommerce_epaybg.inc.php-1N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercommerce_epaybg.inc.php7N/A
There should be no trailing spacesOthercommerce_epaybg.inc.php9N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercommerce_epaybg.inc.php10N/A
There should be no trailing spacesOthercommerce_epaybg.inc.php13N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercommerce_epaybg.inc.php14N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercommerce_epaybg.inc.php18N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercommerce_epaybg.inc.php19N/A
Expandcommerce_epaybg.module2901
MessageGroupFilenameLineFunctionStatus
Control statements should have one space between the control keyword and opening parenthesisOthercommerce_epaybg.module22N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Othercommerce_epaybg.module67N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Othercommerce_epaybg.module68N/A
There should be no trailing spacesOthercommerce_epaybg.module69N/A
There should be no trailing spacesOthercommerce_epaybg.module72N/A
There should be no trailing spacesOthercommerce_epaybg.module78N/A
There should be no trailing spacesOthercommerce_epaybg.module86N/A
There should be no trailing spacesOthercommerce_epaybg.module93N/A
There should be no trailing spacesOthercommerce_epaybg.module95N/A
There should be no trailing spacesOthercommerce_epaybg.module99N/A
There should be no trailing spacesOthercommerce_epaybg.module101N/A
There should be no trailing spacesOthercommerce_epaybg.module107N/A
There should be no trailing spacesOthercommerce_epaybg.module121N/A
There should be no trailing spacesOthercommerce_epaybg.module128N/A
Use an indent of 2 spaces, with no tabsOthercommerce_epaybg.module137N/A
There should be no trailing spacesOthercommerce_epaybg.module138N/A
There should be no trailing spacesOthercommerce_epaybg.module147N/A
There should be no trailing spacesOthercommerce_epaybg.module149N/A
There should be no trailing spacesOthercommerce_epaybg.module192N/A
There should be no trailing spacesOthercommerce_epaybg.module194N/A
There should be no trailing spacesOthercommerce_epaybg.module217N/A
There should be no trailing spacesOthercommerce_epaybg.module236N/A
There should be no trailing spacesOthercommerce_epaybg.module249N/A
There should be no trailing spacesOthercommerce_epaybg.module260N/A
There should be no trailing spacesOthercommerce_epaybg.module266N/A
There should be no trailing spacesOthercommerce_epaybg.module269N/A
There should be no trailing spacesOthercommerce_epaybg.module279N/A
There should be no trailing spacesOthercommerce_epaybg.module286N/A
There should be no trailing spacesOthercommerce_epaybg.module290N/A
There should be no trailing spacesOthercommerce_epaybg.module315N/A

All

Test nameMinorCriticalNormal
Expandcommerce_epaybg.inc.php701
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othercommerce_epaybg.inc.php-1N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercommerce_epaybg.inc.php7N/A
There should be no trailing spacesOthercommerce_epaybg.inc.php9N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercommerce_epaybg.inc.php10N/A
There should be no trailing spacesOthercommerce_epaybg.inc.php13N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercommerce_epaybg.inc.php14N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercommerce_epaybg.inc.php18N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercommerce_epaybg.inc.php19N/A
Leafcommerce_epaybg.install000
Expandcommerce_epaybg.module2901
MessageGroupFilenameLineFunctionStatus
Control statements should have one space between the control keyword and opening parenthesisOthercommerce_epaybg.module22N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Othercommerce_epaybg.module67N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Othercommerce_epaybg.module68N/A
There should be no trailing spacesOthercommerce_epaybg.module69N/A
There should be no trailing spacesOthercommerce_epaybg.module72N/A
There should be no trailing spacesOthercommerce_epaybg.module78N/A
There should be no trailing spacesOthercommerce_epaybg.module86N/A
There should be no trailing spacesOthercommerce_epaybg.module93N/A
There should be no trailing spacesOthercommerce_epaybg.module95N/A
There should be no trailing spacesOthercommerce_epaybg.module99N/A
There should be no trailing spacesOthercommerce_epaybg.module101N/A
There should be no trailing spacesOthercommerce_epaybg.module107N/A
There should be no trailing spacesOthercommerce_epaybg.module121N/A
There should be no trailing spacesOthercommerce_epaybg.module128N/A
Use an indent of 2 spaces, with no tabsOthercommerce_epaybg.module137N/A
There should be no trailing spacesOthercommerce_epaybg.module138N/A
There should be no trailing spacesOthercommerce_epaybg.module147N/A
There should be no trailing spacesOthercommerce_epaybg.module149N/A
There should be no trailing spacesOthercommerce_epaybg.module192N/A
There should be no trailing spacesOthercommerce_epaybg.module194N/A
There should be no trailing spacesOthercommerce_epaybg.module217N/A
There should be no trailing spacesOthercommerce_epaybg.module236N/A
There should be no trailing spacesOthercommerce_epaybg.module249N/A
There should be no trailing spacesOthercommerce_epaybg.module260N/A
There should be no trailing spacesOthercommerce_epaybg.module266N/A
There should be no trailing spacesOthercommerce_epaybg.module269N/A
There should be no trailing spacesOthercommerce_epaybg.module279N/A
There should be no trailing spacesOthercommerce_epaybg.module286N/A
There should be no trailing spacesOthercommerce_epaybg.module290N/A
There should be no trailing spacesOthercommerce_epaybg.module315N/A