Content Profile - 6.x-1.x

Test status
StatusResult
Last receivedTue, 01/24/2012 - 23:26:37
Last requestedTue, 01/24/2012 - 23:27:03
Last testedTue, 01/24/2012 - 23:27:30
Test count2
Environment status
MySQLfail
Code reviewfail
Overall Resultfail
Branch information
Identifier6.x-1.x
ProjectContent Profile
LinkProject information
SummaryFAILED: [[Coder]]: [Code review] 29 minor(s), 1 critical(s), and 72 normal(s); [[SimpleTest]]: [MySQL] Failed to run tests: failed during invocation of run-tests.sh.
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
Review log
[16:27:02] Log initialized (/var/lib/drupaltestbot/sites/default/files/review.test_218208.pifr_simpletest.1327447622.log)
[16:27:02] Operations:Array
(
    [0] => setup
    [1] => fetch
    [2] => checkout
    [3] => check
    [4] => apply
    [5] => syntax
    [6] => install
    [7] => review
)

[16:27:02] Result Codes: Array
(
    [fail] => 9
    [pass] => 10
)

[16:27:02] Environment variables and review information initialized.
[16:27:02] core_url = [git://git.drupal.org/project/drupal.git];  Test repository = [git://git.drupal.org/project/content_profile.git]
[16:27:02] Project directory is [content_profile]
[16:27:02] Review started.
[16:27:02] Test: Array
(
    [test_id] => 218208
    [review] => Array
        (
            [plugin] => pifr_simpletest
            [argument] => Array
                (
                    [test.title] => 
                    [test.directory.review] => Array
                        (
                            [0] => sites/default/modules/content_profile
                        )

                    [test.directory.apply] => 
                    [test.directory.dependency] => 
                    [test.files] => Array
                        (
                        )

                    [test.extensions] => Array
                        (
                            [0] => php
                            [1] => inc
                            [2] => install
                            [3] => module
                            [4] => test
                        )

                    [drupal.core.version] => 6
                    [drupal.core.url] => git://git.drupal.org/project/drupal.git
                    [drupal.modules] => Array
                        (
                        )

                    [drupal.user] => admin
                    [drupal.pass] => 
                    [drupal.variables] => Array
                        (
                        )

                    [simpletest.tests] => Array
                        (
                        )

                    [simpletest.db] => 
                )

        )

    [vcs] => Array
        (
            [main] => Array
                (
                    [repository] => Array
                        (
                            [type] => git
                            [url] => git://git.drupal.org/project/drupal.git
                        )

                    [vcs_identifier] => 6.x
                )

            [dependencies] => Array
                (
                    [1] => Array
                        (
                            [repository] => Array
                                (
                                    [type] => git
                                    [url] => git://git.drupal.org/project/cck.git
                                )

                            [vcs_identifier] => 6.x-3.0-alpha3
                        )

                    [2] => Array
                        (
                            [repository] => Array
                                (
                                    [type] => git
                                    [url] => git://git.drupal.org/project/token.git
                                )

                            [vcs_identifier] => 6.x-1.x
                        )

                    [3] => Array
                        (
                            [repository] => Array
                                (
                                    [type] => git
                                    [url] => git://git.drupal.org/project/content_profile.git
                                )

                            [vcs_identifier] => 6.x-1.x
                        )

                    [4] => Array
                        (
                            [repository] => Array
                                (
                                    [type] => git
                                    [url] => git://git.drupal.org/project/simpletest.git
                                )

                            [vcs_identifier] => 6.x-2.x
                        )

                )

        )

    [files] => Array
        (
        )

)

[16:27:02] Operations: Array
(
    [0] => setup
    [1] => fetch
    [2] => checkout
    [3] => check
    [4] => apply
    [5] => syntax
    [6] => install
    [7] => review
)

[16:27:02] Invoking operation [setup]...
[16:27:02] Command [rm -rf sites/default/files/checkout 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot]
  Completion status: [0]
  Output: no output.
[16:27:02] Command [rm -rf sites/default/files/review 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot]
  Completion status: [0]
  Output: no output.
[16:27:02] Database backend [mysql] loaded.
[16:27:02] Invoking operation [fetch]...
[16:27:02] Invoking operation [checkout]...
[16:27:02] Version control system backend [git] loaded.
[16:27:03] Command [git clone 'git://git.drupal.org/project/drupal.git' 'checkout' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 1 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files]
  Completion status: [0]
  Output: [Cloning into checkout...].
[16:27:03] Command [git --work-tree='checkout' --git-dir='checkout/.git' checkout '6.x' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files]
  Completion status: [0]
  Output: [Switched to a new branch '6.x'
Branch 6.x set up to track remote branch 6.x from origin.].
[16:27:03] Command [git --work-tree='checkout' --git-dir='checkout/.git' status 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files]
  Completion status: [0]
  Output: [# On branch 6.x
nothing to commit (working directory clean)].
[16:27:03] Main branch [6.x] checkout [complete].
[16:27:15] Command [git clone 'git://git.drupal.org/project/cck.git' '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/cck' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 12 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Cloning into /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/cck...].
[16:27:15] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/cck' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/cck/.git' checkout '6.x-3.0-alpha3' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Note: checking out '6.x-3.0-alpha3'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at aa311f8... Update CHANGELOG.txt.].
[16:27:15] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/cck' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/cck/.git' status 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [# Not currently on any branch.
nothing to commit (working directory clean)].
[16:27:15] Dependency branch [6.x-3.0-alpha3] checkout [complete].
[16:27:16] Command [git clone 'git://git.drupal.org/project/token.git' '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/token' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 1 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Cloning into /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/token...].
[16:27:16] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/token' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/token/.git' checkout '6.x-1.x' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Switched to a new branch '6.x-1.x'
Branch 6.x-1.x set up to track remote branch 6.x-1.x from origin.].
[16:27:16] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/token' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/token/.git' status 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [# On branch 6.x-1.x
nothing to commit (working directory clean)].
[16:27:16] Dependency branch [6.x-1.x] checkout [complete].
[16:27:22] Command [git clone 'git://git.drupal.org/project/content_profile.git' '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/content_profile' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 6 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Cloning into /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/content_profile...].
[16:27:22] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/content_profile' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/content_profile/.git' checkout '6.x-1.x' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Switched to a new branch '6.x-1.x'
Branch 6.x-1.x set up to track remote branch 6.x-1.x from origin.].
[16:27:22] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/content_profile' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/content_profile/.git' status 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [# On branch 6.x-1.x
nothing to commit (working directory clean)].
[16:27:22] Dependency branch [6.x-1.x] checkout [complete].
[16:27:23] Command [git clone 'git://git.drupal.org/project/simpletest.git' '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/simpletest' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 1 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Cloning into /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/simpletest...].
[16:27:23] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/simpletest' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/simpletest/.git' checkout '6.x-2.x' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Switched to a new branch '6.x-2.x'
Branch 6.x-2.x set up to track remote branch 6.x-2.x from origin.].
[16:27:23] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/simpletest' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/simpletest/.git' status 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [# On branch 6.x-2.x
nothing to commit (working directory clean)].
[16:27:23] Dependency branch [6.x-2.x] checkout [complete].
[16:27:23] Invoking operation [check]...
[16:27:23] Ignoring operation [check].
[16:27:23] Invoking operation [apply]...
[16:27:23] Ignoring operation [apply].
[16:27:23] Invoking operation [syntax]...
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/tests/content_profile.test' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/tests/content_profile.test].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/panels/relationships/node_from_user.inc' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/panels/relationships/node_from_user.inc].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/modules/content_profile_registration.install' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/modules/content_profile_registration.install].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/modules/content_profile_registration.module' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/modules/content_profile_registration.module].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/modules/content_profile_tokens.module' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/modules/content_profile_tokens.module].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/views/content_profile.views.inc' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/views/content_profile.views.inc].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/views/content_profile_views_handler_relationship.inc' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/views/content_profile_views_handler_relationship.inc].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/content_profile.theme_vars.inc' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/content_profile.theme_vars.inc].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/content_profile-display-view.tpl.php' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/content_profile-display-view.tpl.php].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/content_profile.module' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/content_profile.module].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/content_profile.rules_defaults.inc' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/content_profile.rules_defaults.inc].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/content_profile.install' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/content_profile.install].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/content_profile.pageroute.inc' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/content_profile.pageroute.inc].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/content_profile.theme.inc' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/content_profile.theme.inc].
[16:27:23] Command [php -l -f './sites/default/modules/content_profile/content_profile.rules.inc' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/content_profile/content_profile.rules.inc].
[16:27:23] Checked [15 of 15] relevant file(s) for syntax.
[16:27:23] Invoking operation [install]...
[16:27:26] Invoking operation [review]...
[16:27:26] Applying in /var/lib/drupaltestbot/sites/default/files/checkout file=sites/default/modules/simpletest/D6-core-simpletest.patch
[16:27:26] Command [git apply --check -p0 sites/default/modules/simpletest/D6-core-simpletest.patch 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: no output.
[16:27:26] Command [git apply -v -p0 sites/default/modules/simpletest/D6-core-simpletest.patch 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [Checking patch install.php...
Checking patch includes/bootstrap.inc...
Checking patch includes/common.inc...
Applied patch install.php cleanly.
Applied patch includes/bootstrap.inc cleanly.
Applied patch includes/common.inc cleanly.].
[16:27:26] Completed Drupal 6 SimpleTest installation.
[16:27:28] Cleaning run-tests.sh environment:  /usr/bin/php ./scripts/run-tests.sh --concurrency 8 --php /usr/bin/php --url 'http://drupaltestbot659-mysql/checkout' --file sites/default/modules/content_profile/tests/content_profile.test
[16:27:28] Command [/usr/bin/php ./scripts/run-tests.sh --concurrency 8 --php /usr/bin/php --url 'http://drupaltestbot659-mysql/checkout' --file sites/default/modules/content_profile/tests/content_profile.test --clean 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [Environment cleaned.
 - No leftover tables to remove.
 - No temporary directories to remove.].
[16:27:28] Initiating run-tests.sh with command:  /usr/bin/php ./scripts/run-tests.sh --concurrency 8 --php /usr/bin/php --url 'http://drupaltestbot659-mysql/checkout' --file sites/default/modules/content_profile/tests/content_profile.test
[16:27:28] Command [/usr/bin/php ./scripts/run-tests.sh --concurrency 8 --php /usr/bin/php --url 'http://drupaltestbot659-mysql/checkout' --file sites/default/modules/content_profile/tests/content_profile.test 2>&1] failed
  Duration 0 seconds
  Directory [/var/lib/drupaltestbot/sites/default/files/checkout]
  Status [255]
 Output: [PHP Fatal error:  Class 'ContentCrudTestCase' not found in /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/cck/tests/fieldgroup.test on line 3].
[16:27:28] Encountered error on [review], details:
array (
  '@reason' => 'failed during invocation of run-tests.sh',
)
[16:27:28] Review complete. test_id=218208 result code=8 details=Array
(
    [@reason] => failed during invocation of run-tests.sh
)

[16:27:28] Static variables reset.

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

Non-pass

Test nameMinorCriticalNormal
Expandcontent_profile.install008
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Othercontent_profile.install11N/A
Separate comments from comment syntax by a space.Othercontent_profile.install29N/A
Use st() instead of t() in hook_install(), hook_uninstall() and hook_update_N()Othercontent_profile.install33N/A
Use st() instead of t() in hook_install(), hook_uninstall() and hook_update_N()Othercontent_profile.install35N/A
Separate comments from comment syntax by a space.Othercontent_profile.install48N/A
Separate comments from comment syntax by a space.Othercontent_profile.install64N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.install106N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.install124N/A
Expandcontent_profile.module0118
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Othercontent_profile.module25N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module60N/A
use a space between the closing parenthesis and the open bracketOthercontent_profile.module87N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Othercontent_profile.module184N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module189N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module201N/A
Function documentation should be less than 80 characters per line.Othercontent_profile.module202N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module225N/A
Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n)Othercontent_profile.module309N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module319N/A
Separate comments from comment syntax by a space.Othercontent_profile.module385N/A
If you define a @param or @return, you should document it as well.Othercontent_profile.module405N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_profile.module405N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module416N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module440N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module510N/A
Use an indent of 2 spaces, with no tabsOthercontent_profile.module578N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module619N/A
Function documentation should be less than 80 characters per line.Othercontent_profile.module620N/A
Expandcontent_profile.pageroute.inc004
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Othercontent_profile.pageroute.inc12N/A
Function documentation should be less than 80 characters per line.Othercontent_profile.pageroute.inc20N/A
Use an indent of 2 spaces, with no tabsOthercontent_profile.pageroute.inc35N/A
Use an indent of 2 spaces, with no tabsOthercontent_profile.pageroute.inc36N/A
Expandcontent_profile.rules.inc002
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercontent_profile.rules.inc32N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercontent_profile.rules.inc75N/A
Expandcontent_profile.rules_defaults.inc1022
MessageGroupFilenameLineFunctionStatus
@file description should be on the following line (Drupal Docs)Othercontent_profile.rules_defaults.inc3N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.rules_defaults.inc7N/A
Function documentation should be less than 80 characters per line.Othercontent_profile.rules_defaults.inc8N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc16N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc18N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc25N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc27N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc31N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc34N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc36N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc45N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc48N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc56N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc58N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc61N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc70N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthercontent_profile.rules_defaults.inc72N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc75N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc84N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc87N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthercontent_profile.rules_defaults.inc89N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc92N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc98N/A
Expandcontent_profile.theme.inc107
MessageGroupFilenameLineFunctionStatus
The $text argument to l() should be enclosed within t() so that it is translatable.Othercontent_profile.theme.inc26N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile.theme.inc85N/A
If you define a @param or @return, you should document it as well.Othercontent_profile.theme.inc117N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_profile.theme.inc117N/A
If you define a @param or @return, you should document it as well.Othercontent_profile.theme.inc118N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_profile.theme.inc118N/A
If you define a @param or @return, you should document it as well.Othercontent_profile.theme.inc119N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_profile.theme.inc119N/A
Expandmodules/content_profile_registration.module505
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Othercontent_profile_registration.module5N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercontent_profile_registration.module30N/A
Function documentation should be less than 80 characters per line.Othercontent_profile_registration.module75N/A
indent secondary line of comment one space Othercontent_profile_registration.module81N/A
There should be no trailing spacesOthercontent_profile_registration.module94N/A
There should be no trailing spacesOthercontent_profile_registration.module155N/A
There should be no trailing spacesOthercontent_profile_registration.module160N/A
use a space between the closing parenthesis and the open bracketOthercontent_profile_registration.module177N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile_registration.module183N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercontent_profile_registration.module186N/A
Expandmodules/content_profile_tokens.module1605
MessageGroupFilenameLineFunctionStatus
Control statements should have one space between the control keyword and opening parenthesisOthercontent_profile_tokens.module18N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module29N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module30N/A
Control statements should have one space between the control keyword and opening parenthesisOthercontent_profile_tokens.module37N/A
Control statements should have one space between the control keyword and opening parenthesisOthercontent_profile_tokens.module38N/A
There should be no trailing spacesOthercontent_profile_tokens.module41N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module45N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module46N/A
There should be no trailing spacesOthercontent_profile_tokens.module47N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module48N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module49N/A
There should be no trailing spacesOthercontent_profile_tokens.module67N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module71N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module72N/A
There should be no trailing spacesOthercontent_profile_tokens.module77N/A
Control statements should have one space between the control keyword and opening parenthesisOthercontent_profile_tokens.module79N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module83N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module84N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module86N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthercontent_profile_tokens.module87N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module87N/A
Expandpanels/relationships/node_from_user.inc101
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernode_from_user.inc14N/A
There should be no trailing spacesOthernode_from_user.inc22N/A

All

Test nameMinorCriticalNormal
Expandcontent_profile-display-view.tpl.php100
MessageGroupFilenameLineFunctionStatus
@file description should be on the following line (Drupal Docs)Othercontent_profile-display-view.tpl.php4N/A
Expandcontent_profile.install008
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Othercontent_profile.install11N/A
Separate comments from comment syntax by a space.Othercontent_profile.install29N/A
Use st() instead of t() in hook_install(), hook_uninstall() and hook_update_N()Othercontent_profile.install33N/A
Use st() instead of t() in hook_install(), hook_uninstall() and hook_update_N()Othercontent_profile.install35N/A
Separate comments from comment syntax by a space.Othercontent_profile.install48N/A
Separate comments from comment syntax by a space.Othercontent_profile.install64N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.install106N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.install124N/A
Expandcontent_profile.module0118
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Othercontent_profile.module25N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module60N/A
use a space between the closing parenthesis and the open bracketOthercontent_profile.module87N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Othercontent_profile.module184N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module189N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module201N/A
Function documentation should be less than 80 characters per line.Othercontent_profile.module202N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module225N/A
Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n)Othercontent_profile.module309N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module319N/A
Separate comments from comment syntax by a space.Othercontent_profile.module385N/A
If you define a @param or @return, you should document it as well.Othercontent_profile.module405N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_profile.module405N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module416N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module440N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module510N/A
Use an indent of 2 spaces, with no tabsOthercontent_profile.module578N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.module619N/A
Function documentation should be less than 80 characters per line.Othercontent_profile.module620N/A
Expandcontent_profile.pageroute.inc004
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Othercontent_profile.pageroute.inc12N/A
Function documentation should be less than 80 characters per line.Othercontent_profile.pageroute.inc20N/A
Use an indent of 2 spaces, with no tabsOthercontent_profile.pageroute.inc35N/A
Use an indent of 2 spaces, with no tabsOthercontent_profile.pageroute.inc36N/A
Expandcontent_profile.rules.inc002
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercontent_profile.rules.inc32N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercontent_profile.rules.inc75N/A
Expandcontent_profile.rules_defaults.inc1022
MessageGroupFilenameLineFunctionStatus
@file description should be on the following line (Drupal Docs)Othercontent_profile.rules_defaults.inc3N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile.rules_defaults.inc7N/A
Function documentation should be less than 80 characters per line.Othercontent_profile.rules_defaults.inc8N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc16N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc18N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc25N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc27N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc31N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc34N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc36N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc45N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc48N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc56N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc58N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc61N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc70N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthercontent_profile.rules_defaults.inc72N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc75N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc84N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc87N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOthercontent_profile.rules_defaults.inc89N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc92N/A
Functions should be called with no spaces between the function name and opening parenthesesOthercontent_profile.rules_defaults.inc98N/A
Expandcontent_profile.theme.inc107
MessageGroupFilenameLineFunctionStatus
The $text argument to l() should be enclosed within t() so that it is translatable.Othercontent_profile.theme.inc26N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile.theme.inc85N/A
If you define a @param or @return, you should document it as well.Othercontent_profile.theme.inc117N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_profile.theme.inc117N/A
If you define a @param or @return, you should document it as well.Othercontent_profile.theme.inc118N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_profile.theme.inc118N/A
If you define a @param or @return, you should document it as well.Othercontent_profile.theme.inc119N/A
@param and @return descriptions begin indented on the next line. (Drupal Docs)Othercontent_profile.theme.inc119N/A
Leafcontent_profile.theme_vars.inc000
Expandmodules/content_profile_registration.install100
MessageGroupFilenameLineFunctionStatus
@file description should be on the following line (Drupal Docs)Othercontent_profile_registration.install4N/A
Expandmodules/content_profile_registration.module505
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Othercontent_profile_registration.module5N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othercontent_profile_registration.module30N/A
Function documentation should be less than 80 characters per line.Othercontent_profile_registration.module75N/A
indent secondary line of comment one space Othercontent_profile_registration.module81N/A
There should be no trailing spacesOthercontent_profile_registration.module94N/A
There should be no trailing spacesOthercontent_profile_registration.module155N/A
There should be no trailing spacesOthercontent_profile_registration.module160N/A
use a space between the closing parenthesis and the open bracketOthercontent_profile_registration.module177N/A
Function summaries should be one line only. (Drupal Docs)Othercontent_profile_registration.module183N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOthercontent_profile_registration.module186N/A
Expandmodules/content_profile_tokens.module1605
MessageGroupFilenameLineFunctionStatus
Control statements should have one space between the control keyword and opening parenthesisOthercontent_profile_tokens.module18N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module29N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module30N/A
Control statements should have one space between the control keyword and opening parenthesisOthercontent_profile_tokens.module37N/A
Control statements should have one space between the control keyword and opening parenthesisOthercontent_profile_tokens.module38N/A
There should be no trailing spacesOthercontent_profile_tokens.module41N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module45N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module46N/A
There should be no trailing spacesOthercontent_profile_tokens.module47N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module48N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module49N/A
There should be no trailing spacesOthercontent_profile_tokens.module67N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module71N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module72N/A
There should be no trailing spacesOthercontent_profile_tokens.module77N/A
Control statements should have one space between the control keyword and opening parenthesisOthercontent_profile_tokens.module79N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module83N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module84N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module86N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOthercontent_profile_tokens.module87N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile_tokens.module87N/A
Expandpanels/relationships/node_from_user.inc101
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Othernode_from_user.inc14N/A
There should be no trailing spacesOthernode_from_user.inc22N/A
Expandtests/content_profile.test100
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOthercontent_profile.test23N/A
Expandviews/content_profile.views.inc200
MessageGroupFilenameLineFunctionStatus
@file description should be on the following line (Drupal Docs)Othercontent_profile.views.inc4N/A
Use an indent of 2 spaces, with no tabsOthercontent_profile.views.inc38N/A
Leafviews/content_profile_views_handler_relationship.inc000