Role Export - 6.x-1.x

Test status
StatusResult
Last receivedWed, 02/22/2012 - 04:32:37
Last requestedWed, 02/22/2012 - 04:33:03
Last testedWed, 02/22/2012 - 04:33:17
Test count2
Environment status
MySQLfail
Code reviewfail
Overall Resultfail
Branch information
Identifier6.x-1.x
ProjectRole Export
LinkProject information
SummaryFAILED: [[Coder]]: [Code review] 4 minor(s), 0 critical(s), and 1 normal(s); [[SimpleTest]]: [MySQL] 16 pass(es), 2 fail(s), and 3 exception(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
16 pass(es), 2 fail(s), and 3 exception(s)

Non-pass

Test namePassFailException
ExpandRoleExportTestCase1623
MessageGroupFilenameLineFunctionStatus
The test did not complete due to a fatal error.Completion checkrole_export.test29RoleExportTestCase->testExport()
Undefined index: featuresNoticeinstall.inc316drupal_install_modules()
Undefined index: featuresNoticeinstall.inc86drupal_get_installed_schema_version()
Trying to get property of non-objectNoticemodule.inc316module_enable()
features.module isn't installedOtherrole_export.test26RoleExportTestCase->setUp()

All

Test namePassFailException
ExpandRoleExportTestCase1623
MessageGroupFilenameLineFunctionStatus
The test did not complete due to a fatal error.Completion checkrole_export.test29RoleExportTestCase->testExport()
Undefined index: featuresNoticeinstall.inc316drupal_install_modules()
Undefined index: featuresNoticeinstall.inc86drupal_get_installed_schema_version()
Trying to get property of non-objectNoticemodule.inc316module_enable()
features.module isn't installedOtherrole_export.test26RoleExportTestCase->setUp()

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

Non-pass

Test nameMinorCriticalNormal
Expandrole_export.module201
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Otherrole_export.module128N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherrole_export.module149N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherrole_export.module158N/A

All

Test nameMinorCriticalNormal
Leafrole_export.admin.inc000
Expandrole_export.install200
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtherrole_export.install41N/A
Format should be * Implementation of hook_foo().Otherrole_export.install47N/A
Expandrole_export.module201
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Otherrole_export.module128N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherrole_export.module149N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherrole_export.module158N/A
Leafrole_export.test000