Drupal\password_policy\Tests\PasswordManualReset | 44 | 0 | 0 |
Drupal\password_policy\Tests\PasswordPolicyInterface | 36 | 0 | 0 |
Drupal\password_policy\Tests\PasswordResetBehaviors | 58 | 5 | 0 |
| Message | Group | Filename | Line | Function | Status |
| GET /checkout/user/3/edit returned 0 (0 bytes). | Browser | PasswordResetBehaviors.php | 126 | Drupal\password_policy\Tests\PasswordResetBehaviors->testPasswordResetBehaviors() |  |
| User should be sent to their account form after expiration -- /checkout/user/3/edit
Value '/user/3/edit' is equal to value '/checkout/user/3/edit'. | Other | PasswordResetBehaviors.php | 129 | Drupal\password_policy\Tests\PasswordResetBehaviors->testPasswordResetBehaviors() |  |
| GET /checkout/user/3/edit returned 0 (0 bytes). | Browser | PasswordResetBehaviors.php | 148 | Drupal\password_policy\Tests\PasswordResetBehaviors->testPasswordResetBehaviors() |  |
| User should be sent back to their account form instead of the node
Value '/user/3/edit' is equal to value 'http://ec2-52-89-97-83.us-west-2.compute.amazonaws.com/checkout/checkout/node/1'. | Other | PasswordResetBehaviors.php | 150 | Drupal\password_policy\Tests\PasswordResetBehaviors->testPasswordResetBehaviors() |  |
| User should have access to the node now
Value 'http://ec2-52-89-97-83.us-west-2.compute.amazonaws.com/checkout/checkout/node/1' is equal to value 'http://ec2-52-89-97-83.us-west-2.compute.amazonaws.com/checkout/node/1'. | Other | PasswordResetBehaviors.php | 167 | Drupal\password_policy\Tests\PasswordResetBehaviors->testPasswordResetBehaviors() |  |
|
Drupal\password_policy_characters\Tests\PasswordCharacterBehaviors | 11 | 3 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Failed to set field character_length to 5 | Other | PasswordCharacterBehaviors.php | 34 | Drupal\password_policy_characters\Tests\PasswordCharacterBehaviors->testPasswordLengthBehaviors() |  |
| Found the Add constraint button | Other | PasswordCharacterBehaviors.php | 34 | Drupal\password_policy_characters\Tests\PasswordCharacterBehaviors->testPasswordLengthBehaviors() |  |
| Found the requested form fields at admin/config/security/password-policy/password-length | Other | PasswordCharacterBehaviors.php | 34 | Drupal\password_policy_characters\Tests\PasswordCharacterBehaviors->testPasswordLengthBehaviors() |  |
| Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupaltestbotmysql.simpletest981411password_policy_length_constraints' doesn't exist: SELECT p.cid AS cid
FROM
{password_policy_length_constraints} p
ORDER BY p.cid DESC; Array
(
)
in Drupal\password_policy_characters\Tests\PasswordCharacterBehaviors->testPasswordLengthBehaviors() (line 40 of /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/password_policy/password_policy_characters/src/Tests/PasswordCharacterBehaviors.php). Drupal\Core\Database\Connection->handleQueryException(Object, 'SELECT p.cid AS cid
FROM
{password_policy_length_constraints} p
ORDER BY p.cid DESC', Array, Array)
Drupal\Core\Database\Connection->query('SELECT p.cid AS cid
FROM
{password_policy_length_constraints} p
ORDER BY p.cid DESC', Array, Array)
Drupal\Core\Database\Driver\mysql\Connection->query('SELECT p.cid AS cid
FROM
{password_policy_length_constraints} p
ORDER BY p.cid DESC', Array, Array)
Drupal\Core\Database\Query\Select->execute()
Drupal\password_policy_characters\Tests\PasswordCharacterBehaviors->testPasswordLengthBehaviors()
Drupal\simpletest\TestBase->run(Array)
simpletest_script_run_one_test('2', 'Drupal\password_policy_characters\Tests\PasswordCharacterBehaviors')
| Uncaught exception | Connection.php | 676 | Drupal\Core\Database\Connection->handleQueryException() |  |
|
Drupal\password_policy_characters\Tests\PasswordCharacterOperations | 11 | 3 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Failed to set field character_length to 5 | Other | PasswordCharacterOperations.php | 32 | Drupal\password_policy_characters\Tests\PasswordCharacterOperations->testPasswordLengthPolicyManagement() |  |
| Found the Add policy button | Other | PasswordCharacterOperations.php | 32 | Drupal\password_policy_characters\Tests\PasswordCharacterOperations->testPasswordLengthPolicyManagement() |  |
| Found the requested form fields at admin/config/security/password-policy/password-length | Other | PasswordCharacterOperations.php | 32 | Drupal\password_policy_characters\Tests\PasswordCharacterOperations->testPasswordLengthPolicyManagement() |  |
| Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupaltestbotmysql.simpletest452632password_policy_length_policies' doesn't exist: SELECT p.*
FROM
{password_policy_length_policies} p
ORDER BY p.pid DESC; Array
(
)
in Drupal\password_policy_characters\Tests\PasswordCharacterOperations->testPasswordLengthPolicyManagement() (line 38 of /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/password_policy/password_policy_characters/src/Tests/PasswordCharacterOperations.php). Drupal\Core\Database\Connection->handleQueryException(Object, 'SELECT p.*
FROM
{password_policy_length_policies} p
ORDER BY p.pid DESC', Array, Array)
Drupal\Core\Database\Connection->query('SELECT p.*
FROM
{password_policy_length_policies} p
ORDER BY p.pid DESC', Array, Array)
Drupal\Core\Database\Driver\mysql\Connection->query('SELECT p.*
FROM
{password_policy_length_policies} p
ORDER BY p.pid DESC', Array, Array)
Drupal\Core\Database\Query\Select->execute()
Drupal\password_policy_characters\Tests\PasswordCharacterOperations->testPasswordLengthPolicyManagement()
Drupal\simpletest\TestBase->run(Array)
simpletest_script_run_one_test('1', 'Drupal\password_policy_characters\Tests\PasswordCharacterOperations')
| Uncaught exception | Connection.php | 676 | Drupal\Core\Database\Connection->handleQueryException() |  |
|
Drupal\password_policy_history\Tests\PasswordHistoryTests | 44 | 2 | 0 |
| Message | Group | Filename | Line | Function | Status |
| "The changes have been saved." found | Other | PasswordHistoryTests.php | 83 | Drupal\password_policy_history\Tests\PasswordHistoryTests->testHistoryConstraint() |  |
| "You cannot use the same password more than 2 time(s) and this has been used 2 time(s)" found | Other | PasswordHistoryTests.php | 93 | Drupal\password_policy_history\Tests\PasswordHistoryTests->testHistoryConstraint() |  |
|
Drupal\password_policy_length\Tests\PasswordLengthBehaviors | 11 | 3 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Failed to set field character_length to 5 | Other | PasswordLengthBehaviors.php | 34 | Drupal\password_policy_length\Tests\PasswordLengthBehaviors->testPasswordLengthBehaviors() |  |
| Found the Add constraint button | Other | PasswordLengthBehaviors.php | 34 | Drupal\password_policy_length\Tests\PasswordLengthBehaviors->testPasswordLengthBehaviors() |  |
| Found the requested form fields at admin/config/security/password-policy/password-length | Other | PasswordLengthBehaviors.php | 34 | Drupal\password_policy_length\Tests\PasswordLengthBehaviors->testPasswordLengthBehaviors() |  |
| Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupaltestbotmysql.simpletest248084password_policy_length_constraints' doesn't exist: SELECT p.cid AS cid
FROM
{password_policy_length_constraints} p
ORDER BY p.cid DESC; Array
(
)
in Drupal\password_policy_length\Tests\PasswordLengthBehaviors->testPasswordLengthBehaviors() (line 40 of /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/password_policy/password_policy_length/src/Tests/PasswordLengthBehaviors.php). Drupal\Core\Database\Connection->handleQueryException(Object, 'SELECT p.cid AS cid
FROM
{password_policy_length_constraints} p
ORDER BY p.cid DESC', Array, Array)
Drupal\Core\Database\Connection->query('SELECT p.cid AS cid
FROM
{password_policy_length_constraints} p
ORDER BY p.cid DESC', Array, Array)
Drupal\Core\Database\Driver\mysql\Connection->query('SELECT p.cid AS cid
FROM
{password_policy_length_constraints} p
ORDER BY p.cid DESC', Array, Array)
Drupal\Core\Database\Query\Select->execute()
Drupal\password_policy_length\Tests\PasswordLengthBehaviors->testPasswordLengthBehaviors()
Drupal\simpletest\TestBase->run(Array)
simpletest_script_run_one_test('5', 'Drupal\password_policy_length\Tests\PasswordLengthBehaviors')
| Uncaught exception | Connection.php | 676 | Drupal\Core\Database\Connection->handleQueryException() |  |
|
Drupal\password_policy_length\Tests\PasswordLengthOperations | 11 | 3 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Failed to set field character_length to 5 | Other | PasswordLengthOperations.php | 32 | Drupal\password_policy_length\Tests\PasswordLengthOperations->testPasswordLengthPolicyManagement() |  |
| Found the Add policy button | Other | PasswordLengthOperations.php | 32 | Drupal\password_policy_length\Tests\PasswordLengthOperations->testPasswordLengthPolicyManagement() |  |
| Found the requested form fields at admin/config/security/password-policy/password-length | Other | PasswordLengthOperations.php | 32 | Drupal\password_policy_length\Tests\PasswordLengthOperations->testPasswordLengthPolicyManagement() |  |
| Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupaltestbotmysql.simpletest974276password_policy_length_policies' doesn't exist: SELECT p.*
FROM
{password_policy_length_policies} p
ORDER BY p.pid DESC; Array
(
)
in Drupal\password_policy_length\Tests\PasswordLengthOperations->testPasswordLengthPolicyManagement() (line 38 of /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/password_policy/password_policy_length/src/Tests/PasswordLengthOperations.php). Drupal\Core\Database\Connection->handleQueryException(Object, 'SELECT p.*
FROM
{password_policy_length_policies} p
ORDER BY p.pid DESC', Array, Array)
Drupal\Core\Database\Connection->query('SELECT p.*
FROM
{password_policy_length_policies} p
ORDER BY p.pid DESC', Array, Array)
Drupal\Core\Database\Driver\mysql\Connection->query('SELECT p.*
FROM
{password_policy_length_policies} p
ORDER BY p.pid DESC', Array, Array)
Drupal\Core\Database\Query\Select->execute()
Drupal\password_policy_length\Tests\PasswordLengthOperations->testPasswordLengthPolicyManagement()
Drupal\simpletest\TestBase->run(Array)
simpletest_script_run_one_test('4', 'Drupal\password_policy_length\Tests\PasswordLengthOperations')
| Uncaught exception | Connection.php | 676 | Drupal\Core\Database\Connection->handleQueryException() |  |
|