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
219 pass(es), 0 fail(s), and 0 exception(s)
| Test name | Pass | Fail | Exception |
Framework tests (ViewsRulesFrameworkTestCase) [Views Rules] | 13 | 0 | 0 |
Rules collect action tests (ViewsRulesCollectActionTestCase) [Views Rules] | 5 | 0 | 0 |
Rules view loop tests (ViewsRulesViewLoopTestCase) [Views Rules] | 53 | 0 | 0 |
Update tests (ViewsRulesUpdateTestCase) [Views Rules] | 2 | 0 | 0 |
Views display tests (ViewsRulesViewsDisplayTestCase) [Views Rules] | 146 | 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), 0 critical(s), and 3 normal(s)
Non-pass
| Test name | Minor | Critical | Normal |
rules/views_rules.rules_admin.inc | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| do not use mixed case (camelCase), use lower case and _ | Other | views_rules.rules_admin.inc | 41 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | views_rules.rules_admin.inc | 83 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | views_rules.rules_admin.inc | 84 | N/A |  |
|
All
| Test name | Minor | Critical | Normal |
rules/views_rules.action.inc | 0 | 0 | 0 |
rules/views_rules.plugin.inc | 0 | 0 | 0 |
rules/views_rules.rules_admin.inc | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| do not use mixed case (camelCase), use lower case and _ | Other | views_rules.rules_admin.inc | 41 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | views_rules.rules_admin.inc | 83 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | views_rules.rules_admin.inc | 84 | N/A |  |
|
rules/views_rules.ui.inc | 0 | 0 | 0 |
tests/views_rules.test | 0 | 0 | 0 |
tests/views_rules_test.module | 0 | 0 | 0 |
tests/views_rules_test.views_default.inc | 0 | 0 | 0 |
views/views_rules_plugin_display_rules.inc | 0 | 0 | 0 |
views_rules.install | 2 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | views_rules.install | 51 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | views_rules.install | 56 | N/A |  |
|
views_rules.module | 0 | 0 | 0 |
views_rules.rules.inc | 0 | 0 | 0 |