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
131 pass(es), 0 fail(s), and 0 exception(s)
| Test name | Pass | Fail | Exception |
Conditional (RulesConditionalTestCase) [Conditional Rules] | 12 | 0 | 0 |
Framework (RulesConditionalFrameworkTestCase) [Conditional Rules] | 30 | 0 | 0 |
Switch (RulesConditionalSwitchTestCase) [Conditional Rules] | 14 | 0 | 0 |
User interface (RulesConditionalUITestCase) [Conditional Rules] | 65 | 0 | 0 |
While loop (RulesConditionalWhileTestCase) [Conditional Rules] | 10 | 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), 0 critical(s), and 2 normal(s)
Non-pass
| Test name | Minor | Critical | Normal |
includes/rules_conditional.rules_admin.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| do not use mixed case (camelCase), use lower case and _ | Other | rules_conditional.rules_admin.inc | 45 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | rules_conditional.rules_admin.inc | 84 | N/A |  |
|
All
| Test name | Minor | Critical | Normal |
includes/rules_conditional.plugin.inc | 3 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | rules_conditional.plugin.inc | 477 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | rules_conditional.plugin.inc | 498 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | rules_conditional.plugin.inc | 602 | N/A |  |
|
includes/rules_conditional.rules_admin.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| do not use mixed case (camelCase), use lower case and _ | Other | rules_conditional.rules_admin.inc | 45 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | rules_conditional.rules_admin.inc | 84 | N/A |  |
|
includes/rules_conditional.ui.inc | 0 | 0 | 0 |
rules_conditional.install | 0 | 0 | 0 |
rules_conditional.module | 0 | 0 | 0 |
rules_conditional.rules.inc | 0 | 0 | 0 |
tests/rules_conditional.test | 0 | 0 | 0 |
tests/rules_conditional_test.inc | 0 | 0 | 0 |
tests/rules_conditional_test.module | 0 | 0 | 0 |