MySQL
- Setup environment
- Detect an invalid patch URL
- Detect invalid repository information
- Detect invalid patch format
- Detect a non-applicable patch
- Detect invalid PHP syntax
- Detect a Drupal installation failure
- Detect a test run failure
- Detect a failing test
- Complete test suite with all tests passing
33 pass(es), 0 fail(s), and 0 exception(s)
| Test name | Pass | Fail | Exception |
EncryptTest | 33 | 0 | 0 |
Code review
- Setup environment
- Detect an invalid patch URL
- Detect invalid repository information
- Detect invalid patch format
- Detect a non-applicable patch
- Detect invalid PHP syntax
- Detect a review run failure
- Detect coder flags
Ensure that your code follows the Drupal standard and passes a coder review.
- Complete coder review with all passed
8 minor(s), 1 critical(s), and 0 normal(s)
Non-pass
| Test name | Minor | Critical | Normal |
includes/encrypt.admin.inc | 2 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | encrypt.admin.inc | 20 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | encrypt.admin.inc | 61 | N/A |  |
| There should be no trailing spaces | Other | encrypt.admin.inc | 81 | N/A |  |
|
All
| Test name | Minor | Critical | Normal |
encrypt.api.php | 0 | 0 | 0 |
encrypt.install | 0 | 0 | 0 |
encrypt.module | 0 | 0 | 0 |
encrypt.test | 0 | 0 | 0 |
includes/encrypt.admin.inc | 2 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | encrypt.admin.inc | 20 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | encrypt.admin.inc | 61 | N/A |  |
| There should be no trailing spaces | Other | encrypt.admin.inc | 81 | N/A |  |
|
includes/encrypt.crypt.inc | 0 | 0 | 0 |
includes/encrypt.encrypt.inc | 6 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | encrypt.encrypt.inc | 69 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | encrypt.encrypt.inc | 70 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | encrypt.encrypt.inc | 71 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | encrypt.encrypt.inc | 78 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | encrypt.encrypt.inc | 79 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | encrypt.encrypt.inc | 80 | N/A |  |
|
includes/encrypt.theme.inc | 0 | 0 | 0 |