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
Review the test failures below then if necessary run them locally until the problem has been fixed.
- Complete test suite with all tests passing
42 pass(es), 1 fail(s), and 2 exception(s)
Non-pass
| Test name | Pass | Fail | Exception |
Key Handling (EncryptKeyHandling) [Encrypt] | 16 | 1 | 2 |
| Message | Group | Filename | Line | Function | Status |
| include_once(/includes/install.inc): failed to open stream: No such file or directory | Warning | encrypt.test | 136 | EncryptKeyHandling::testKeyFileCreation() |  |
| include_once(): Failed opening '/includes/install.inc' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') | Warning | encrypt.test | 136 | EncryptKeyHandling::testKeyFileCreation() |  |
| The key file was created. | Other | encrypt.test | 147 | EncryptKeyHandling->testKeyFileCreation() |  |
|
All
| Test name | Pass | Fail | Exception |
Encrypt and Decrypt a String (EncryptEncryptDecryptTest) [Encrypt] | 13 | 0 | 0 |
Encryption Method Hook tests (EncryptEncryptionMethodHooksTest) [Encrypt] | 13 | 0 | 0 |
Key Handling (EncryptKeyHandling) [Encrypt] | 16 | 1 | 2 |
| Message | Group | Filename | Line | Function | Status |
| include_once(/includes/install.inc): failed to open stream: No such file or directory | Warning | encrypt.test | 136 | EncryptKeyHandling::testKeyFileCreation() |  |
| include_once(): Failed opening '/includes/install.inc' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') | Warning | encrypt.test | 136 | EncryptKeyHandling::testKeyFileCreation() |  |
| The key file was created. | Other | encrypt.test | 147 | EncryptKeyHandling->testKeyFileCreation() |  |
|