Nodereference Views Multifield - 6.x-1.x

Test status
StatusResult
Last receivedWed, 03/14/2012 - 21:48:37
Last requestedWed, 03/14/2012 - 21:53:28
Last testedWed, 03/14/2012 - 21:53:50
Test count4
Environment status
MySQLfail
Code reviewfail
Overall Resultfail
Branch information
Identifier6.x-1.x
ProjectNodereference Views Multifield
LinkProject information
SummaryFAILED: [[Coder]]: [Code review] 17 minor(s), 0 critical(s), and 51 normal(s); [[SimpleTest]]: [MySQL] 159 pass(es), 4 fail(s), and 0 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
159 pass(es), 4 fail(s), and 0 exception(s)

Non-pass

Test namePassFailException
Expandnodereference_views_multifield (NodereferenceViewsMultifieldTestCase) [Unknown]15940
MessageGroupFilenameLineFunctionStatus
nrvm_lineitem_price field settings failedOthernodereference_views_multifield.test68NodereferenceViewsMultifieldTestCase->setUp()
nrvm_lineitem_enabled field settings failedOthernodereference_views_multifield.test84NodereferenceViewsMultifieldTestCase->setUp()
nrvm_order content type creation failedOthernodereference_views_multifield.test145NodereferenceViewsMultifieldTestCase->setUp()
nrvm_order_lineitems field settings failedOthernodereference_views_multifield.test165NodereferenceViewsMultifieldTestCase->setUp()

All

Test namePassFailException
Expandnodereference_views_multifield (NodereferenceViewsMultifieldTestCase) [Unknown]15940
MessageGroupFilenameLineFunctionStatus
nrvm_lineitem_price field settings failedOthernodereference_views_multifield.test68NodereferenceViewsMultifieldTestCase->setUp()
nrvm_lineitem_enabled field settings failedOthernodereference_views_multifield.test84NodereferenceViewsMultifieldTestCase->setUp()
nrvm_order content type creation failedOthernodereference_views_multifield.test145NodereferenceViewsMultifieldTestCase->setUp()
nrvm_order_lineitems field settings failedOthernodereference_views_multifield.test165NodereferenceViewsMultifieldTestCase->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
17 minor(s), 0 critical(s), and 51 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandnodereference_views_multifield.module5017
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Othernodereference_views_multifield.module4N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module17N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module21N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module22N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module25N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernodereference_views_multifield.module332N/A
There should be no trailing spacesOthernodereference_views_multifield.module336N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.module338N/A
There should be no trailing spacesOthernodereference_views_multifield.module371N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module376N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module380N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module390N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module408N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module409N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module411N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module412N/A
Function documentation should be less than 80 characters per line.Othernodereference_views_multifield.module434N/A
Function summaries should be one line only. (Drupal Docs)Othernodereference_views_multifield.module434N/A
Function documentation should be less than 80 characters per line.Othernodereference_views_multifield.module435N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernodereference_views_multifield.module574N/A
There should be no trailing spacesOthernodereference_views_multifield.module578N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.module580N/A
Expandnodereference_views_multifield.test12034
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othernodereference_views_multifield.test-1N/A
Functions should be called with no spaces between the function name and opening parenthesesOthernodereference_views_multifield.test193N/A
Functions should be called with no spaces between the function name and opening parenthesesOthernodereference_views_multifield.test201N/A
Functions should be called with no spaces between the function name and opening parenthesesOthernodereference_views_multifield.test209N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernodereference_views_multifield.test210N/A
Functions should be called with no spaces between the function name and opening parenthesesOthernodereference_views_multifield.test217N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernodereference_views_multifield.test218N/A
curly braces { should end a line, not start oneOthernodereference_views_multifield.test230N/A
There should be no trailing spacesOthernodereference_views_multifield.test232N/A
There should be no trailing spacesOthernodereference_views_multifield.test236N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.test240N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.test244N/A
There should be no trailing spacesOthernodereference_views_multifield.test246N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.test248N/A
There should be no trailing spacesOthernodereference_views_multifield.test250N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.test252N/A
There should be no trailing spacesOthernodereference_views_multifield.test254N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.test256N/A
There should be no trailing spacesOthernodereference_views_multifield.test258N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.test260N/A
There should be no trailing spacesOthernodereference_views_multifield.test263N/A
Functions should be called with no spaces between the function name and opening parenthesesOthernodereference_views_multifield.test265N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernodereference_views_multifield.test266N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernodereference_views_multifield.test283N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernodereference_views_multifield.test287N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernodereference_views_multifield.test291N/A
There should be no trailing spacesOthernodereference_views_multifield.test309N/A
Arrays should be formatted with a space separating each element and assignment operatorOthernodereference_views_multifield.test315N/A
missing space after commaOthernodereference_views_multifield.test315N/A
Arrays should be formatted with a space separating each element and assignment operatorOthernodereference_views_multifield.test316N/A
missing space after commaOthernodereference_views_multifield.test316N/A
Arrays should be formatted with a space separating each element and assignment operatorOthernodereference_views_multifield.test317N/A
missing space after commaOthernodereference_views_multifield.test317N/A
There should be no trailing spacesOthernodereference_views_multifield.test323N/A
Arrays should be formatted with a space separating each element and assignment operatorOthernodereference_views_multifield.test329N/A
missing space after commaOthernodereference_views_multifield.test329N/A
Arrays should be formatted with a space separating each element and assignment operatorOthernodereference_views_multifield.test330N/A
missing space after commaOthernodereference_views_multifield.test330N/A
Arrays should be formatted with a space separating each element and assignment operatorOthernodereference_views_multifield.test331N/A
missing space after commaOthernodereference_views_multifield.test331N/A
curly braces { should end a line, not start oneOthernodereference_views_multifield.test334N/A
There should be no trailing spacesOthernodereference_views_multifield.test336N/A
There should be no trailing spacesOthernodereference_views_multifield.test353N/A
curly braces { should end a line, not start oneOthernodereference_views_multifield.test355N/A
curly braces { should end a line, not start oneOthernodereference_views_multifield.test367N/A
indent secondary line of comment one space Othernodereference_views_multifield.test386N/A

All

Test nameMinorCriticalNormal
Leafnodereference_views_multifield.install000
Expandnodereference_views_multifield.module5017
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Othernodereference_views_multifield.module4N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module17N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module21N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module22N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module25N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernodereference_views_multifield.module332N/A
There should be no trailing spacesOthernodereference_views_multifield.module336N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.module338N/A
There should be no trailing spacesOthernodereference_views_multifield.module371N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module376N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module380N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module390N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module408N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module409N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module411N/A
do not use mixed case (camelCase), use lower case and _Othernodereference_views_multifield.module412N/A
Function documentation should be less than 80 characters per line.Othernodereference_views_multifield.module434N/A
Function summaries should be one line only. (Drupal Docs)Othernodereference_views_multifield.module434N/A
Function documentation should be less than 80 characters per line.Othernodereference_views_multifield.module435N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthernodereference_views_multifield.module574N/A
There should be no trailing spacesOthernodereference_views_multifield.module578N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.module580N/A
Expandnodereference_views_multifield.test12034
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othernodereference_views_multifield.test-1N/A
Functions should be called with no spaces between the function name and opening parenthesesOthernodereference_views_multifield.test193N/A
Functions should be called with no spaces between the function name and opening parenthesesOthernodereference_views_multifield.test201N/A
Functions should be called with no spaces between the function name and opening parenthesesOthernodereference_views_multifield.test209N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernodereference_views_multifield.test210N/A
Functions should be called with no spaces between the function name and opening parenthesesOthernodereference_views_multifield.test217N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernodereference_views_multifield.test218N/A
curly braces { should end a line, not start oneOthernodereference_views_multifield.test230N/A
There should be no trailing spacesOthernodereference_views_multifield.test232N/A
There should be no trailing spacesOthernodereference_views_multifield.test236N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.test240N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.test244N/A
There should be no trailing spacesOthernodereference_views_multifield.test246N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.test248N/A
There should be no trailing spacesOthernodereference_views_multifield.test250N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.test252N/A
There should be no trailing spacesOthernodereference_views_multifield.test254N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.test256N/A
There should be no trailing spacesOthernodereference_views_multifield.test258N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthernodereference_views_multifield.test260N/A
There should be no trailing spacesOthernodereference_views_multifield.test263N/A
Functions should be called with no spaces between the function name and opening parenthesesOthernodereference_views_multifield.test265N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernodereference_views_multifield.test266N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernodereference_views_multifield.test283N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernodereference_views_multifield.test287N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernodereference_views_multifield.test291N/A
There should be no trailing spacesOthernodereference_views_multifield.test309N/A
Arrays should be formatted with a space separating each element and assignment operatorOthernodereference_views_multifield.test315N/A
missing space after commaOthernodereference_views_multifield.test315N/A
Arrays should be formatted with a space separating each element and assignment operatorOthernodereference_views_multifield.test316N/A
missing space after commaOthernodereference_views_multifield.test316N/A
Arrays should be formatted with a space separating each element and assignment operatorOthernodereference_views_multifield.test317N/A
missing space after commaOthernodereference_views_multifield.test317N/A
There should be no trailing spacesOthernodereference_views_multifield.test323N/A
Arrays should be formatted with a space separating each element and assignment operatorOthernodereference_views_multifield.test329N/A
missing space after commaOthernodereference_views_multifield.test329N/A
Arrays should be formatted with a space separating each element and assignment operatorOthernodereference_views_multifield.test330N/A
missing space after commaOthernodereference_views_multifield.test330N/A
Arrays should be formatted with a space separating each element and assignment operatorOthernodereference_views_multifield.test331N/A
missing space after commaOthernodereference_views_multifield.test331N/A
curly braces { should end a line, not start oneOthernodereference_views_multifield.test334N/A
There should be no trailing spacesOthernodereference_views_multifield.test336N/A
There should be no trailing spacesOthernodereference_views_multifield.test353N/A
curly braces { should end a line, not start oneOthernodereference_views_multifield.test355N/A
curly braces { should end a line, not start oneOthernodereference_views_multifield.test367N/A
indent secondary line of comment one space Othernodereference_views_multifield.test386N/A