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
117 pass(es), 0 fail(s), and 0 exception(s)
| Test name | Pass | Fail | Exception |
CRUD (TaxonomyMenuUnitTest) [Taxonomy menu] | 61 | 0 | 0 |
Hierarchy (TaxonomyMenuHierarchyTest) [Taxonomy menu] | 56 | 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
2 minor(s), 2 critical(s), and 0 normal(s)
Non-pass
| Test name | Minor | Critical | Normal |
taxonomy_menu.module | 2 | 2 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Use an indent of 2 spaces, with no tabs | Other | taxonomy_menu.module | 50 | 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. | Other | taxonomy_menu.module | 194 | 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. | Other | taxonomy_menu.module | 241 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | taxonomy_menu.module | 432 | N/A |  |
|
All
| Test name | Minor | Critical | Normal |
taxonomy_menu.batch.inc | 0 | 0 | 0 |
taxonomy_menu.database.inc | 0 | 0 | 0 |
taxonomy_menu.install | 0 | 0 | 0 |
taxonomy_menu.module | 2 | 2 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Use an indent of 2 spaces, with no tabs | Other | taxonomy_menu.module | 50 | 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. | Other | taxonomy_menu.module | 194 | 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. | Other | taxonomy_menu.module | 241 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | taxonomy_menu.module | 432 | N/A |  |
|
taxonomy_menu.test | 0 | 0 | 0 |