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
154 pass(es), 0 fail(s), and 0 exception(s)
| Test name | Pass | Fail | Exception |
GeoNames (GeoNamesTestCase) [GeoNames] | 36 | 0 | 0 |
GeoNames All (GeoNamesAllTestCase) [GeoNames] | 118 | 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
3 minor(s), 1 critical(s), and 2 normal(s)
Non-pass
| Test name | Minor | Critical | Normal |
geonames.admin.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | geonames.admin.inc | 21 | N/A |  |
|
geonames.install | 0 | 1 | 1 |
| Message | Group | Filename | Line | Function | Status |
| The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable. | Other | geonames.install | 276 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs) | Other | geonames.install | 276 | N/A |  |
|
All
| Test name | Minor | Critical | Normal |
geonames.admin.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | geonames.admin.inc | 21 | N/A |  |
|
geonames.doc.inc | 0 | 0 | 0 |
geonames.install | 0 | 1 | 1 |
| Message | Group | Filename | Line | Function | Status |
| The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable. | Other | geonames.install | 276 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs) | Other | geonames.install | 276 | N/A |  |
|
geonames.module | 2 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | geonames.module | 94 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | geonames.module | 715 | N/A |  |
|
geonames_config.inc | 0 | 0 | 0 |
geonames_tools.module | 0 | 0 | 0 |
tests/geonames.all.test | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | geonames.all.test | 34 | N/A |  |
|
tests/geonames.test | 0 | 0 | 0 |