403 functionality (AccessDeniedTestCase) [System] | 75 | 0 | 0 |
404 functionality (PageNotFoundTestCase) [System] | 21 | 0 | 0 |
ActionLoopTestCase | 25 | 0 | 0 |
ActionsConfigurationTestCase | 38 | 0 | 0 |
Active trail (MenuTrailTestCase) [Menu] | 69 | 0 | 0 |
AddFeedTestCase | 69 | 0 | 0 |
Admin theme block admin accessibility (BlockAdminThemeTestCase) [Block] | 18 | 0 | 0 |
Administrative pages (SystemAdminTestCase) [System] | 193 | 0 | 0 |
Administrative user interface (ImageAdminUiTestCase) [Image] | 28 | 0 | 0 |
Advanced search form (SearchAdvancedSearchForm) [Search] | 32 | 0 | 0 |
Aggregator configuration (AggregatorConfigurationTestCase) [Unknown] | 19 | 0 | 0 |
Aggregator update path (AggregatorUpdatePathTestCase) [Upgrade path] | 21 | 0 | 0 |
AJAX command form values (AJAXFormValuesTestCase) [AJAX] | 34 | 0 | 0 |
AJAX commands (AJAXCommandsTestCase) [AJAX] | 89 | 0 | 0 |
AJAX forms on cached pages (AJAXFormPageCacheTestCase) [AJAX] | 33 | 0 | 0 |
AJAX framework (AJAXFrameworkTestCase) [AJAX] | 37 | 0 | 0 |
AJAX multi form (AJAXMultiFormTestCase) [AJAX] | 40 | 0 | 0 |
Anonymous comments (CommentAnonymous) [Comment] | 166 | 0 | 0 |
Array differences (ArrayDiffUnitTest) [System] | 1 | 0 | 0 |
Authmap assignment (UserAuthmapAssignmentTestCase) [User] | 12 | 0 | 0 |
Authorize API (SystemAuthorizeCase) [System] | 16 | 0 | 0 |
Autocompletion (ProfileTestAutocomplete) [Profile] | 54 | 0 | 0 |
Basic minimal profile update path (BasicMinimalUpdatePath) [Upgrade path] | 72 | 0 | 0 |
Basic minimal profile update path, populated database (FilledMinimalUpdatePath) [Upgrade path] | 62 | 0 | 0 |
Basic SQL syntax tests (DatabaseBasicSyntaxTestCase) [Database] | 30 | 4 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Found 2 records. | Other | database_test.test | 3266 | DatabaseBasicSyntaxTestCase->testLikeEscape() |  |
| Found 1 record. | Other | database_test.test | 3273 | DatabaseBasicSyntaxTestCase->testLikeEscape() |  |
| Found 2 records. | Other | database_test.test | 3297 | DatabaseBasicSyntaxTestCase->testLikeBackslash() |  |
| Found 1 record. | Other | database_test.test | 3304 | DatabaseBasicSyntaxTestCase->testLikeBackslash() |  |
|
Basic standard + all profile update path (BasicStandardUpdatePath) [Upgrade path] | 62 | 0 | 0 |
Basic standard + all profile update path, populated database (FilledStandardUpdatePath) [Upgrade path] | 62 | 0 | 0 |
Basic upgrade path (BasicUpgradePath) [Upgrade path] | 0 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| The test did not complete due to a fatal error. | Completion check | upgrade.test | 357 | BasicUpgradePath->testFailedUpgrade() |  |
|
Batch percentages (BatchPercentagesUnitTestCase) [Batch API] | 18 | 0 | 0 |
Batch processing (BatchProcessingTestCase) [Batch API] | 161 | 0 | 0 |
Batch progress page (BatchPageTestCase) [Batch API] | 16 | 0 | 0 |
Block availability (NodeBlockTestCase) [Node] | 18 | 0 | 0 |
Block availability (PollBlockTestCase) [Poll] | 139 | 0 | 0 |
Block availability (ProfileBlockTestCase) [Profile] | 89 | 0 | 0 |
Block availability (SearchBlockTestCase) [Search] | 60 | 0 | 0 |
Block caching (BlockCacheTestCase) [Block] | 213 | 0 | 0 |
Block functionality (BlockTestCase) [Block] | 353 | 0 | 0 |
Block functionality (SystemBlockTestCase) [System] | 45 | 0 | 0 |
Block HTML id (BlockHTMLIdTestCase) [Block] | 16 | 0 | 0 |
Block rehash (BlockHashTestCase) [Block] | 81 | 0 | 0 |
Block template suggestions (BlockTemplateSuggestionsUnitTest) [Block] | 2 | 0 | 0 |
Block view module delta alter (BlockViewModuleDeltaAlterWebTest) [Block] | 3 | 0 | 0 |
Blocks in invalid regions (BlockInvalidRegionTestCase) [Block] | 24 | 0 | 0 |
Blocks not in hidden region (BlockHiddenRegionTestCase) [Block] | 15 | 0 | 0 |
Blog functionality (BlogTestCase) [Blog] | 244 | 0 | 0 |
Book functionality (BookTestCase) [Book] | 531 | 0 | 0 |
Boot and exit hook invocation (HookBootExitTestCase) [Bootstrap] | 19 | 0 | 0 |
Breadcrumbs (MenuBreadcrumbTestCase) [Menu] | 414 | 0 | 0 |
Broken SimpleTest method (SimpleTestBrokenSetUp) [SimpleTest] | 21 | 0 | 0 |
Browser language detection (LocaleBrowserDetectionTest) [Locale] | 43 | 0 | 0 |
Cache clear test (CacheClearCase) [Cache] | 42 | 0 | 0 |
Cache emptiness test (CacheIsEmptyCase) [Cache] | 5 | 0 | 0 |
Cache saving test (CacheSavingCase) [Cache] | 8 | 0 | 0 |
Cancel account (UserCancelTestCase) [User] | 219 | 9 | 4 |
| Message | Group | Filename | Line | Function | Status |
| SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
| PDOException | database.inc | 2542 | db_transaction() |  |
| User is not found in the database. | Other | user.test | 835 | UserCancelTestCase->testUserAnonymize() |  |
| Confirmation message displayed to user. | Other | user.test | 846 | UserCancelTestCase->testUserAnonymize() |  |
| SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
| PDOException | database.inc | 2542 | db_transaction() |  |
| User is not found in the database. | Other | user.test | 899 | UserCancelTestCase->testUserDelete() |  |
| Node of the user has been deleted. | Other | user.test | 902 | UserCancelTestCase->testUserDelete() |  |
| Comment of the user has been deleted. | Other | user.test | 905 | UserCancelTestCase->testUserDelete() |  |
| Confirmation message displayed to user. | Other | user.test | 908 | UserCancelTestCase->testUserDelete() |  |
| SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
| PDOException | database.inc | 2542 | db_transaction() |  |
| User deleted. | Other | user.test | 932 | UserCancelTestCase->testUserCancelByAdmin() |  |
| User is not found in the database. | Other | user.test | 933 | UserCancelTestCase->testUserCancelByAdmin() |  |
| SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
| PDOException | database.inc | 2542 | db_transaction() |  |
| Users deleted and not found in the database. | Other | user.test | 977 | UserCancelTestCase->testMassUserCancelByAdmin() |  |
|
Cascading stylesheets (CascadingStylesheetsTestCase) [System] | 43 | 0 | 0 |
Case sensitivity (DatabaseCaseSensitivityTestCase) [Database] | 8 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Can retrieve after inserting. | Other | database_test.test | 3337 | DatabaseCaseSensitivityTestCase->testCaseSensitiveInsert() |  |
|
Categorize feed functionality (CategorizeFeedTestCase) [Unknown] | 20 | 0 | 0 |
Categorize feed item functionality (CategorizeFeedItemTestCase) [Unknown] | 60 | 0 | 0 |
Checks display of aggregator items (AggregatorRenderingTestCase) [Unknown] | 227 | 0 | 0 |
CJK tokenizer (SearchTokenizerTestCase) [Search] | 4 | 0 | 0 |
Code registry (BootstrapAutoloadTestCase) [Bootstrap] | 3 | 0 | 0 |
Color functionality (ColorTestCase) [Color] | 122 | 0 | 0 |
Comment actions (CommentActionsTestCase) [Comment] | 58 | 0 | 0 |
Comment approval (CommentApprovalTest) [Comment] | 156 | 0 | 0 |
Comment blocks (CommentBlockFunctionalTest) [Comment] | 116 | 0 | 0 |
Comment count toggle (SearchCommentCountToggleTestCase) [Search] | 31 | 0 | 0 |
Comment deletion on node changes (CommentNodeChangesTestCase) [Comment] | 22 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
in db_transaction() (line 2542 of /var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc). | Uncaught exception | database.inc | 2171 | PDOStatement->execute() |  |
|
Comment fields (CommentFieldsTest) [Comment] | 116 | 0 | 0 |
Comment interface (CommentInterfaceTest) [Comment] | 2199 | 1 | 1 |
| Message | Group | Filename | Line | Function | Status |
| SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
| PDOException | database.inc | 2542 | db_transaction() |  |
| Comment deleted. | Other | comment.test | 125 | CommentHelperCase->deleteComment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'below',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'separate page',
'user_register' => 1,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'below',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 0,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 0,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => false,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => false,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => false,
'comment count' => true,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
| Changed environment:array (
'authenticated' => true,
'comment count' => true,
'form' => 'separate page',
'user_register' => 0,
'contact' => 'optional',
'comments' => 'open',
'access comments' => 1,
'post comments' => 1,
'skip comment approval' => 1,
'edit own comments' => 0,
) | Debug | comment.test | 830 | CommentInterfaceTest->setEnvironment() |  |
|
Comment language (LocaleCommentLanguageFunctionalTest) [Locale] | 72 | 0 | 0 |
Comment node access (CommentNodeAccessTest) [Comment] | 54 | 0 | 0 |
Comment paging settings (CommentPagerTest) [Comment] | 211 | 0 | 0 |
Comment preview (CommentPreviewTest) [Comment] | 99 | 0 | 0 |
Comment Rebuild (CommentContentRebuild) [Comment] | 33 | 0 | 0 |
Comment RSS (CommentRSSUnitTest) [Comment] | 25 | 0 | 0 |
Comment Search tests (SearchCommentTestCase) [Search] | 205 | 0 | 0 |
Comment Threading (CommentThreadingTestCase) [Comment] | 157 | 0 | 0 |
Comment token replacement (CommentTokenReplaceTestCase) [Comment] | 65 | 0 | 0 |
Comment upgrade path (CommentUpgradePathTestCase) [Upgrade path] | 22 | 0 | 0 |
Config settings form (SearchConfigSettingsForm) [Search] | 128 | 0 | 0 |
Confirm form (ConfirmFormTest) [System] | 17 | 0 | 0 |
Connection tests (DatabaseConnectionTestCase) [Database] | 42 | 0 | 0 |
Connection unit tests (ConnectionUnitTest) [Database] | 12 | 0 | 0 |
Content language settings (LocaleContentFunctionalTest) [Locale] | 86 | 0 | 0 |
Contextual links on node lists (ContextualDynamicContextTestCase) [Contextual] | 16 | 0 | 0 |
Cron queue functionality (CronQueueTestCase) [System] | 6 | 0 | 0 |
Cron run (CronRunTestCase) [System] | 51 | 0 | 0 |
CSS altering (LocaleCSSAlterTest) [Locale] | 20 | 0 | 0 |
CSS Unit Tests (CascadingStylesheetsUnitTest) [System] | 16 | 0 | 0 |
Custom query syntax tests (DatabaseQueryTestCase) [Database] | 17 | 0 | 0 |
Dashboard blocks (DashboardBlocksTestCase) [Dashboard] | 107 | 0 | 0 |
Data API functions (DrupalDataApiTest) [System] | 29 | 4 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Age field set to default value. | Other | common.test | 2345 | DrupalDataApiTest->testDrupalWriteRecord() |  |
| Age field set. | Other | common.test | 2359 | DrupalDataApiTest->testDrupalWriteRecord() |  |
| Age field set. | Other | common.test | 2371 | DrupalDataApiTest->testDrupalWriteRecord() |  |
| Age field set to default value. | Other | common.test | 2392 | DrupalDataApiTest->testDrupalWriteRecord() |  |
|
Date and time (DateTimeFunctionalTest) [System] | 113 | 0 | 0 |
DBLog functionality (DBLogTestCase) [DBLog] | 484 | 1 | 1 |
| Message | Group | Filename | Line | Function | Status |
| SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
| PDOException | database.inc | 2542 | db_transaction() |  |
| DBLog event was recorded: [delete user] | Other | dblog.test | 276 | DBLogTestCase->doUser() |  |
|
Default text format functionality (FilterDefaultFormatTestCase) [Filter] | 33 | 0 | 0 |
Delete/Truncate tests (DatabaseDeleteTruncateTestCase) [Database] | 26 | 0 | 0 |
Disabled node type upgrade path (DisabledNodeTypeTestCase) [Upgrade path] | 27 | 0 | 0 |
Discovery of test classes (SimpleTestDiscoveryTestCase) [SimpleTest] | 72 | 0 | 0 |
Drupal error handlers (DrupalErrorHandlerTestCase) [System] | 30 | 0 | 0 |
Drupal goto (DrupalGotoTest) [System] | 21 | 0 | 0 |
Drupal HTTP request (DrupalHTTPRequestTestCase) [System] | 35 | 0 | 0 |
Drupal HTTP request response status parsing (DrupalHTTPResponseStatusLineTest) [System] | 9 | 0 | 0 |
Drupal match path (DrupalMatchPathTestCase) [Path API] | 41 | 0 | 0 |
Drupal set/get regions (DrupalSetContentTestCase) [System] | 40 | 0 | 0 |
Drupal system listing (DrupalSystemListingTestCase) [System] | 6 | 0 | 0 |
Drupal tags handling (DrupalTagsHandlingTestCase) [System] | 8 | 0 | 0 |
Drupal\psr_0_test\Tests\ExampleTest | 1 | 0 | 0 |
Drupal\psr_0_test\Tests\Nested\NestedExampleTest | 1 | 0 | 0 |
Drupal\psr_4_test\Tests\ExampleTest | 1 | 0 | 0 |
Drupal\psr_4_test\Tests\Nested\NestedExampleTest | 1 | 0 | 0 |
Drupal\simpletest\Tests\PSR0WebTest | 1 | 0 | 0 |
Drupal\simpletest\Tests\PSR4WebTest | 1 | 0 | 0 |
drupal_add_feed() tests (DrupalAddFeedTestCase) [System] | 6 | 0 | 0 |
drupal_alter() tests (DrupalAlterTestCase) [System] | 7 | 0 | 0 |
drupal_render() (DrupalRenderTestCase) [System] | 62 | 0 | 0 |
Early bootstrap test (EarlyBootstrapTestCase) [System] | 6 | 0 | 0 |
Element processing (FormElementTestCase) [Form API] | 27 | 0 | 0 |
Embedded forms (SearchEmbedForm) [Search] | 30 | 0 | 0 |
Empty statement (DatabaseEmptyStatementTestCase) [Database] | 4 | 0 | 0 |
Enable/disable modules (EnableDisableTestCase) [Module] | 1380 | 0 | 0 |
Entity CRUD hooks (EntityCrudHookTestCase) [Entity API] | 85 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
in db_transaction() (line 2542 of /var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc). | Uncaught exception | database.inc | 2171 | PDOStatement->execute() |  |
| PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
in db_transaction() (line 2542 of /var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc). | Uncaught exception | database.inc | 2171 | PDOStatement->execute() |  |
|
Entity loading (EntityLoadTestCase) [Entity API] | 4 | 0 | 0 |
Entity properties (EntityPropertiesTestCase) [Entity API] | 4 | 0 | 0 |
Entity query (EntityFieldQueryTestCase) [Entity API] | 171 | 0 | 0 |
Feed icon (FeedIconTest) [System] | 1 | 0 | 0 |
Feed parser functionality (FeedParserTestCase) [Unknown] | 69 | 0 | 0 |
Fetch tests (DatabaseFetchTestCase) [Database] | 41 | 0 | 0 |
Fetch tests, part 2 (DatabaseFetch2TestCase) [Database] | 32 | 0 | 0 |
Fetching multiple cache items (CacheGetMultipleUnitTest) [Cache] | 7 | 0 | 0 |
Field attach tests (other) (FieldAttachOtherTestCase) [Field API] | 120 | 0 | 0 |
Field attach tests (storage-related) (FieldAttachStorageTestCase) [Field API] | 110 | 0 | 0 |
Field bulk delete tests (FieldBulkDeleteTestCase) [Field API] | 75 | 0 | 0 |
Field CRUD tests (FieldCrudTestCase) [Field API] | 81 | 0 | 0 |
Field Display API tests (FieldDisplayAPITestCase) [Field API] | 73 | 0 | 0 |
Field form tests (FieldFormTestCase) [Field API] | 279 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Field values were saved in the correct order | Other | field.test | 1802 | FieldFormTestCase->testFieldFormUnlimited() |  |
|
Field info tests (FieldInfoTestCase) [Field API] | 96 | 0 | 0 |
Field instance CRUD tests (FieldInstanceCrudTestCase) [Field API] | 37 | 0 | 0 |
Field SQL storage tests (FieldSqlStorageTestCase) [Field API] | 106 | 0 | 0 |
Field translations tests (FieldTranslationsTestCase) [Field API] | 83 | 0 | 0 |
Field update path (FieldUpdatePathTestCase) [Upgrade path] | 21 | 0 | 0 |
File copying (FileCopyTest) [File API] | 110 | 0 | 0 |
File delete (FileDeleteTest) [File API] | 20 | 0 | 0 |
File download (FileDownloadTest) [File API] | 39 | 0 | 0 |
File field display tests (FileFieldDisplayTestCase) [File] | 74 | 0 | 0 |
File field file path tests (FileFieldPathTestCase) [File] | 27 | 0 | 0 |
File field revision test (FileFieldRevisionTestCase) [File] | 59 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
in db_transaction() (line 2542 of /var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc). | Uncaught exception | database.inc | 2171 | PDOStatement->execute() |  |
|
File field validation tests (FileFieldValidateTestCase) [File] | 118 | 0 | 0 |
File field widget test (FileFieldWidgetTestCase) [File] | 309 | 0 | 0 |
File loading (FileLoadTest) [File API] | 34 | 0 | 0 |
File mimetypes (FileMimeTypeTest) [File API] | 42 | 0 | 0 |
File moving (FileMoveTest) [File API] | 110 | 0 | 0 |
File naming (FileNameMungingTest) [File API] | 7 | 0 | 0 |
File paths and directories (FileDirectoryTest) [File API] | 20 | 0 | 0 |
File paths and directories (RemoteFileDirectoryTest) [File API (remote)] | 24 | 0 | 0 |
File save data (FileSaveDataTest) [File API] | 93 | 0 | 0 |
File saving (FileSaveTest) [File API] | 15 | 0 | 0 |
File scan directory (FileScanDirectoryTest) [File API] | 23 | 0 | 0 |
File scan directory (RemoteFileScanDirectoryTest) [File API (remote)] | 23 | 0 | 0 |
File space used tests (FileSpaceUsedTest) [File API] | 11 | 0 | 0 |
File token replacement (FileTokenReplaceTestCase) [File] | 35 | 0 | 0 |
File uploading (FileSaveUploadTest) [File API] | 271 | 0 | 0 |
File uploading (RemoteFileSaveUploadTest) [File API (remote)] | 271 | 0 | 0 |
File URL rewriting (FileURLRewritingTest) [File] | 17 | 0 | 0 |
File usage (FileUsageTest) [File] | 21 | 0 | 0 |
File validate (FileValidateTest) [File API] | 12 | 0 | 0 |
File validator tests (FileValidatorTest) [File API] | 23 | 0 | 0 |
FileTransfer unit tests (FileTranferTest) [System] | 2 | 0 | 0 |
Filter administration functionality (FilterAdminTestCase) [Filter] | 180 | 0 | 0 |
Filter CRUD operations (FilterCRUDTestCase) [Filter] | 218 | 0 | 0 |
Filter format access (FilterFormatAccessTestCase) [Filter] | 279 | 0 | 0 |
Filter format hooks (FilterHooksTestCase) [Filter] | 33 | 0 | 0 |
Filter format upgrade path (FilterFormatUpgradePathTestCase) [Upgrade path] | 30 | 0 | 0 |
Filter module filters (FilterUnitTestCase) [Filter] | 217 | 0 | 0 |
Filter settings (FilterSettingsTestCase) [Filter] | 10 | 0 | 0 |
Fingerprinting meta tag (AdminMetaTagTestCase) [System] | 3 | 0 | 0 |
Flood control mechanism (FloodFunctionalTest) [System] | 6 | 0 | 0 |
Form alter hooks (FormAlterTestCase) [Form API] | 4 | 0 | 0 |
Form API checkbox (FormCheckboxTestCase) [Form API] | 97 | 0 | 0 |
Form API file inclusion (FormsFileInclusionTestCase) [Form API] | 12 | 0 | 0 |
Form element and label output test (FormsElementsLabelsTestCase) [Form API] | 20 | 0 | 0 |
Form element validation (FormsTestCase) [Form API] | 318 | 0 | 0 |
Form rebuilding (FormsRebuildTestCase) [Form API] | 53 | 0 | 0 |
Form redirecting (FormsRedirectTestCase) [Form API] | 31 | 0 | 0 |
Form state values clearance (advanced) (FormStateValuesCleanAdvancedTestCase) [Form API] | 7 | 0 | 0 |
Form state values clearance (FormStateValuesCleanTestCase) [Form API] | 14 | 0 | 0 |
Form triggering element determination (FormsTriggeringElementTestCase) [Form API] | 50 | 0 | 0 |
Form validation handlers (FormValidationTestCase) [Form API] | 69 | 0 | 0 |
Form wrapper callback (FormsFormWrapperTestCase) [Form API] | 5 | 0 | 0 |
Format date (FormatDateUnitTest) [System] | 72 | 0 | 0 |
Forms using form storage on cached pages (FormsFormStoragePageCacheTestCase) [Form API] | 49 | 0 | 0 |
Forum functionality (ForumTestCase) [Forum] | 650 | 0 | 0 |
Forum index (ForumIndexTestCase) [Forum] | 27 | 0 | 0 |
Forum upgrade path (ForumUpgradePathTestCase) [Upgrade path] | 57 | 0 | 0 |
Front page (FrontPageTestCase) [System] | 37 | 0 | 0 |
Get filename test (BootstrapGetFilenameTestCase) [Bootstrap] | 5 | 0 | 0 |
Graph (GraphUnitTest) [System] | 28 | 0 | 0 |
Help functionality (HelpTestCase) [Help] | 307 | 0 | 0 |
HTML Attributes (DrupalAttributesUnitTest) [System] | 6 | 0 | 0 |
HTML identifiers (DrupalHTMLIdentifierTestCase) [System] | 10 | 0 | 0 |
HTML in page titles (PageTitleFiltering) [System] | 40 | 0 | 0 |
HTML to text conversion (DrupalHtmlToTextTestCase) [Mail] | 84 | 0 | 0 |
HTTP file retrieval (RetrieveFileTestCase) [System] | 7 | 0 | 0 |
Image dimensions (ImageDimensionsTestCase) [Image] | 54 | 0 | 0 |
Image effects (ImageEffectsUnitTest) [Image] | 43 | 0 | 0 |
Image field default images tests (ImageFieldDefaultImagesTestCase) [Image] | 34 | 0 | 0 |
Image field display tests (ImageFieldDisplayTestCase) [Image] | 163 | 0 | 0 |
Image field validation tests (ImageFieldValidateTestCase) [Image] | 19 | 0 | 0 |
Image GD manipulation tests (ImageToolkitGdTestCase) [Image] | 133 | 0 | 0 |
Image moving (ImageFileMoveTest) [Image] | 4 | 0 | 0 |
Image style flushing (ImageStyleFlushTest) [Image] | 39 | 0 | 0 |
Image styles and effects UI configuration (ImageAdminStylesUnitTest) [Image] | 185 | 0 | 0 |
Image styles path and URL functions (ImageStylesPathAndUrlTestCase) [Image] | 229 | 0 | 0 |
Image theme functions (ImageThemeFunctionWebTestCase) [Image] | 3 | 0 | 0 |
Image toolkit tests (ImageToolkitUnitTest) [Image] | 66 | 0 | 0 |
image_dimensions_scale() (ImageDimensionsScaleTestCase) [Image] | 15 | 0 | 0 |
Import feeds from OPML functionality (ImportOPMLTestCase) [Unknown] | 54 | 0 | 0 |
Index.php handling (SystemIndexPhpTest) [System] | 9 | 0 | 0 |
Info file format parser (InfoFileParserTestCase) [System] | 9 | 0 | 0 |
Insert tests (DatabaseInsertTestCase) [Database] | 53 | 12 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Can retrieve after inserting. | Other | database_test.test | 501 | DatabaseInsertTestCase->testSimpleInsert() |  |
| Can retrieve after inserting. | Other | database_test.test | 530 | DatabaseInsertTestCase->testMultiInsert() |  |
| Can retrieve after inserting. | Other | database_test.test | 532 | DatabaseInsertTestCase->testMultiInsert() |  |
| Can retrieve after inserting. | Other | database_test.test | 534 | DatabaseInsertTestCase->testMultiInsert() |  |
| Can retrieve after inserting. | Other | database_test.test | 565 | DatabaseInsertTestCase->testRepeatedInsert() |  |
| Can retrieve after inserting. | Other | database_test.test | 567 | DatabaseInsertTestCase->testRepeatedInsert() |  |
| Can retrieve after inserting. | Other | database_test.test | 569 | DatabaseInsertTestCase->testRepeatedInsert() |  |
| Can retrieve after inserting. | Other | database_test.test | 585 | DatabaseInsertTestCase->testInsertFieldOnlyDefinintion() |  |
| Can retrieve after inserting. | Other | database_test.test | 587 | DatabaseInsertTestCase->testInsertFieldOnlyDefinintion() |  |
| Can retrieve after inserting. | Other | database_test.test | 589 | DatabaseInsertTestCase->testInsertFieldOnlyDefinintion() |  |
| Can retrieve after inserting. | Other | database_test.test | 629 | DatabaseInsertTestCase->testInsertSelectFields() |  |
| Can retrieve after inserting. | Other | database_test.test | 650 | DatabaseInsertTestCase->testInsertSelectAll() |  |
|
Insert tests, default fields (DatabaseInsertDefaultsTestCase) [Database] | 25 | 0 | 0 |
Insert tests, LOB fields (DatabaseInsertLOBTestCase) [Database] | 17 | 0 | 0 |
Installation profile module tests (SimpleTestInstallationProfileModuleTestsTestCase) [SimpleTest] | 19 | 0 | 0 |
Invalid data (DatabaseInvalidDataTestCase) [Database] | 9 | 0 | 0 |
IP address and HTTP_HOST test (BootstrapIPAddressTestCase) [Bootstrap] | 14 | 0 | 0 |
IP address blocking (IPAddressBlockingTestCase) [System] | 42 | 0 | 0 |
JavaScript (JavaScriptTestCase) [System] | 117 | 0 | 0 |
Javascript library localisation (LocaleLibraryInfoAlterTest) [Locale] | 2 | 0 | 0 |
Javascript translation (LocaleJavascriptTranslationTest) [Locale] | 66 | 0 | 0 |
JSON (DrupalJSONTest) [System] | 21 | 0 | 0 |
Keywords and conditions (SearchKeywordsConditions) [Search] | 26 | 0 | 0 |
Language configuration (LocaleConfigurationTest) [Locale] | 98 | 0 | 0 |
Language negotiation info (LocaleLanguageNegotiationInfoFunctionalTest) [Locale] | 49 | 0 | 0 |
Language switching (LocaleLanguageSwitchingFunctionalTest) [Locale] | 26 | 0 | 0 |
Links (ThemeLinksTest) [Theme] | 17 | 0 | 0 |
List field (ListFieldTestCase) [Field types] | 16 | 0 | 0 |
List field dynamic values (ListDynamicValuesValidationTestCase) [Field types] | 9 | 0 | 0 |
List field UI (ListFieldUITestCase) [Field types] | 207 | 0 | 0 |
Load multiple nodes (NodeLoadMultipleTestCase) [Node] | 36 | 0 | 0 |
Locale uninstall (EN) (LocaleUninstallFunctionalTest) [Locale] | 41 | 0 | 0 |
Locale uninstall (FR) (LocaleUninstallFrenchFunctionalTest) [Locale] | 46 | 0 | 0 |
Locale upgrade path (LocaleUpgradePathTestCase) [Upgrade path] | 188 | 0 | 0 |
Localize date formats (LocaleDateFormatsFunctionalTest) [Locale] | 36 | 0 | 0 |
Locking framework tests (LockFunctionalTest) [System] | 18 | 0 | 0 |
Mail system (MailTestCase) [System] | 4 | 0 | 0 |
Main content rendering fallback (SystemMainContentFallback) [System] | 67 | 0 | 0 |
Manage display (FieldUIManageDisplayTestCase) [Field UI] | 84 | 0 | 0 |
Manage fields (FieldUIManageFieldsTestCase) [Field UI] | 201 | 0 | 0 |
Managed file element test (FileManagedFileElementTestCase) [File] | 308 | 0 | 0 |
Menu link creation/deletion (MenuTestCase) [Menu] | 708 | 0 | 0 |
Menu links (MenuLinksUnitTestCase) [Menu] | 50 | 0 | 0 |
Menu rebuild test (MenuRebuildTestCase) [Menu] | 5 | 0 | 0 |
Menu router (MenuRouterTestCase) [Menu] | 230 | 0 | 0 |
Menu settings for nodes (MenuNodeTestCase) [Menu] | 61 | 0 | 0 |
Menu tree generation (MenuTreeDataTestCase) [Menu] | 4 | 0 | 0 |
Menu tree output (MenuTreeOutputTestCase) [Menu] | 7 | 0 | 0 |
Menu upgrade path (MenuUpgradePathTestCase) [Upgrade path] | 74 | 0 | 0 |
Merge tests (DatabaseMergeTestCase) [Database] | 91 | 0 | 0 |
Messages (DrupalSetMessageTest) [System] | 5 | 0 | 0 |
Miscellaneous AJAX tests (AJAXElementValidation) [AJAX] | 8 | 0 | 0 |
Miscellaneous bootstrap unit tests (BootstrapMiscTestCase) [Bootstrap] | 5 | 0 | 0 |
Missing update dependencies (UpdateDependencyMissingTestCase) [Update API] | 4 | 0 | 0 |
Module API (ModuleUnitTest) [Module] | 66 | 0 | 0 |
Module dependencies (ModuleDependencyTestCase) [Module] | 192 | 0 | 0 |
Module implements alter (ModuleImplementsAlterTestCase) [Module] | 7 | 0 | 0 |
Module installation (ModuleInstallTestCase) [Module] | 3 | 0 | 0 |
Module uninstallation (ModuleUninstallTestCase) [Module] | 2 | 0 | 0 |
Module versions (ModuleVersionTestCase) [Module] | 51 | 0 | 0 |
Multilingual fields (LocaleMultilingualFieldsFunctionalTest) [Locale] | 98 | 0 | 0 |
Multiple vocabulary term reference field (TaxonomyTermFieldMultipleVocabularyTestCase) [Taxonomy] | 17 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
in db_transaction() (line 2542 of /var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc). | Uncaught exception | database.inc | 2171 | PDOStatement->execute() |  |
|
Multistep form using form storage (FormsFormStorageTestCase) [Form API] | 175 | 0 | 0 |
Multistep node form basic options (MultiStepNodeFormBasicOptionsTest) [Node] | 16 | 0 | 0 |
New default theme blocks (NewDefaultThemeBlocks) [Block] | 24 | 0 | 0 |
No help (NoHelpTestCase) [Help] | 12 | 0 | 0 |
Node access (NodeAccessTestCase) [Node] | 31 | 0 | 0 |
Node access and fields (NodeAccessFieldTestCase) [Node] | 50 | 0 | 0 |
Node Access on any table (NodeAccessBaseTableTestCase) [Node] | 163 | 0 | 0 |
Node access pagination (NodeAccessPagerTestCase) [Node] | 30 | 0 | 0 |
Node access rebuild (NodeAccessRebuildTestCase) [Node] | 16 | 0 | 0 |
Node access records (NodeAccessRecordsTestCase) [Node] | 24 | 0 | 0 |
Node administration (NodeAdminTestCase) [Node] | 142 | 0 | 0 |
Node blocks (NodeBlockFunctionalTest) [Node] | 84 | 0 | 0 |
Node body upgrade path (NodeBodyUpgradePathTestCase) [Upgrade path] | 35 | 0 | 0 |
Node creation (NodeCreationTestCase) [Node] | 41 | 0 | 0 |
Node edit (PageEditTestCase) [Node] | 90 | 3 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Node authored by admin user. | Other | node.test | 417 | PageEditTestCase->testPageAuthoredBy() |  |
| Node authored by anonymous user. | Other | node.test | 431 | PageEditTestCase->testPageAuthoredBy() |  |
| Node authored by normal user. | Other | node.test | 438 | PageEditTestCase->testPageAuthoredBy() |  |
|
Node edit permissions (PageViewTestCase) [Node] | 32 | 0 | 0 |
Node entity query alter (NodeEntityFieldQueryAlter) [Node] | 31 | 0 | 0 |
Node entity view mode (NodeEntityViewModeAlterTest) [Node] | 37 | 0 | 0 |
Node feed (NodeFeedTestCase) [Node] | 1 | 0 | 0 |
Node load hooks (NodeLoadHooksTestCase) [Node] | 5 | 0 | 0 |
Node page cache test (NodePageCacheTest) [Node] | 46 | 0 | 0 |
Node post information display (NodePostSettingsTestCase) [Node] | 34 | 0 | 0 |
Node preview (PagePreviewTestCase) [Node] | 35 | 0 | 0 |
Node query alter (NodeQueryAlter) [Node] | 90 | 0 | 0 |
Node revision permissions (NodeRevisionPermissionsTestCase) [Node] | 31 | 0 | 0 |
Node revisions (NodeRevisionsTestCase) [Node] | 44 | 0 | 0 |
Node RSS Content (NodeRSSContentTestCase) [Node] | 19 | 0 | 0 |
Node save (NodeSaveTestCase) [Node] | 51 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
in db_transaction() (line 2542 of /var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc). | Uncaught exception | database.inc | 2171 | PDOStatement->execute() |  |
|
Node search query tags (SearchNodeTagTest) [Search] | 15 | 0 | 0 |
Node title (NodeTitleTestCase) [Node] | 20 | 0 | 0 |
Node title XSS filtering (NodeTitleXSSTestCase) [Node] | 20 | 0 | 0 |
Node token replacement (NodeTokenReplaceTestCase) [Node] | 37 | 0 | 0 |
Node type persist (NodeTypePersistenceTestCase) [Node] | 62 | 0 | 0 |
Node types (NodeTypeTestCase) [Node] | 113 | 0 | 0 |
Non default theme admin (NonDefaultBlockAdmin) [Block] | 10 | 0 | 0 |
Number field (NumberFieldTestCase) [Field types] | 87 | 0 | 0 |
OpenID account registration (OpenIDRegistrationTestCase) [OpenID] | 134 | 0 | 0 |
OpenID account update (OpenIDInvalidIdentifierTransitionTestCase) [OpenID] | 354 | 0 | 0 |
OpenID discovery and login (OpenIDFunctionalTestCase) [OpenID] | 294 | 0 | 0 |
OpenID helper functions (OpenIDTestCase) [OpenID] | 43 | 0 | 0 |
Options select dynamic values (OptionsSelectDynamicValuesTestCase) [Field types] | 16 | 0 | 0 |
Options widgets (OptionsWidgetsTestCase) [Field types] | 261 | 0 | 0 |
Other Installation profiles (SimpleTestOtherInstallationProfileModuleTestsTestCase) [SimpleTest] | 12 | 0 | 0 |
Overriding server variables (BootstrapOverrideServerVariablesTestCase) [Bootstrap] | 6 | 0 | 0 |
Page cache test (BootstrapPageCacheTestCase) [Bootstrap] | 84 | 0 | 0 |
Pager functionality (PagerFunctionalWebTestCase) [Pager] | 123 | 0 | 0 |
Pager query tests (DatabaseSelectPagerDefaultTestCase) [Database] | 52 | 0 | 0 |
Parsing .info files (ParseInfoFilesTestCase) [System] | 3 | 0 | 0 |
Password hashing (PasswordHashingTest) [System] | 15 | 0 | 0 |
Path alias functionality (PathTestCase) [Path] | 124 | 0 | 0 |
Path aliases with languages (PathLanguageUITestCase) [Path] | 72 | 0 | 0 |
Path aliases with translated nodes (PathLanguageTestCase) [Path] | 64 | 0 | 0 |
Path language settings (LocalePathFunctionalTest) [Locale] | 94 | 0 | 0 |
Path lookup (PathLookupTest) [Path API] | 13 | 0 | 0 |
Path save (PathSaveTest) [Path API] | 4 | 0 | 0 |
Paths on non-English monolingual sites (PathMonolingualTestCase) [Path] | 35 | 0 | 0 |
Personal contact form (ContactPersonalTestCase) [Contact] | 135 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Flood table emptied. | Other | contact.test | 399 | ContactPersonalTestCase->testPersonalContactFlood() |  |
|
PHP filter access check (PHPAccessTestCase) [PHP] | 38 | 0 | 0 |
PHP filter functionality (PHPFilterTestCase) [PHP] | 42 | 0 | 0 |
Plural formula evaluation (LocalePluralFormatTest) [Locale] | 65 | 0 | 0 |
Poll add choice (PollJSAddChoice) [Poll] | 17 | 0 | 0 |
Poll choice deletion (PollDeleteChoiceTestCase) [Poll] | 55 | 0 | 0 |
Poll create (PollCreateTestCase) [Poll] | 193 | 0 | 0 |
Poll expiration (PollExpirationTestCase) [Poll] | 53 | 0 | 0 |
Poll token replacement (PollTokenReplaceTestCase) [Poll] | 131 | 0 | 0 |
Poll translation (PollTranslateTestCase) [Poll] | 75 | 0 | 0 |
Poll upgrade path (PollUpgradePathTestCase) [Upgrade path] | 212 | 0 | 0 |
Poll vote (PollVoteTestCase) [Poll] | 110 | 0 | 0 |
Private file test (FilePrivateTestCase) [File] | 48 | 0 | 0 |
Profile browsing (ProfileTestBrowsing) [Profile] | 31 | 0 | 0 |
Profile CRUD tests (ProfileCrudTestCase) [Profile] | 5 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
in db_transaction() (line 2542 of /var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc). | Uncaught exception | database.inc | 2171 | PDOStatement->execute() |  |
|
Programmatic form submissions (FormsProgrammaticTestCase) [Form API] | 30 | 0 | 0 |
Query altering tests (DatabaseAlterTestCase) [Database] | 69 | 0 | 0 |
Query logging (DatabaseLoggingTestCase) [Database] | 49 | 0 | 0 |
Query parsing using drupal_get_query_array() (DrupalGetQueryArrayTestCase) [System] | 1 | 0 | 0 |
Query tagging tests (DatabaseTaggingTestCase) [Database] | 63 | 0 | 0 |
Queue functionality (QueueTestCase) [System] | 7 | 0 | 0 |
Range query test (DatabaseRangeQueryTestCase) [Database] | 3 | 0 | 0 |
RDF comment mapping (RdfCommentAttributesTestCase) [RDF] | 206 | 0 | 0 |
RDF mapping CRUD functions (RdfCrudTestCase) [RDF] | 10 | 0 | 0 |
RDF mapping definition functionality (RdfMappingDefinitionTestCase) [RDF] | 61 | 0 | 0 |
RDF mapping hook (RdfMappingHookTestCase) [RDF] | 6 | 0 | 0 |
RDF namespaces (RdfGetRdfNamespacesTestCase) [RDF] | 5 | 0 | 0 |
RDF namespaces XML serialization tests (DrupalGetRdfNamespacesTestCase) [System] | 7 | 0 | 0 |
RDF tracker page mapping (RdfTrackerAttributesTestCase) [RDF] | 33 | 0 | 0 |
RDFa markup (RdfRdfaMarkupTestCase) [RDF] | 29 | 0 | 0 |
Rebuild arbitrary forms (FormsArbitraryRebuildTestCase) [Form API] | 16 | 0 | 0 |
Rebuild content (NodeBuildContent) [Node] | 1 | 0 | 0 |
Registry parse file test (RegistryParseFileTestCase) [System] | 2 | 0 | 0 |
Registry parse files test (RegistryParseFilesTestCase) [System] | 6 | 0 | 0 |
Regression tests (DatabaseRegressionTestCase) [Database] | 35 | 0 | 0 |
Remove feed functionality (RemoveFeedTestCase) [Unknown] | 24 | 0 | 0 |
Remove feed item functionality (RemoveFeedItemTestCase) [Unknown] | 269 | 0 | 0 |
Render element types (RenderElementTypesTestCase) [Theme] | 4 | 0 | 0 |
Required modules (ModuleRequiredTestCase) [Module] | 21 | 0 | 0 |
Requirements hook failure (HookRequirementsTestCase) [Module] | 16 | 0 | 0 |
Reset password (UserPasswordResetTestCase) [User] | 59 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
in db_transaction() (line 2542 of /var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc). | Uncaught exception | database.inc | 2171 | PDOStatement->execute() |  |
|
Resettable static variables test (BootstrapResettableStaticTestCase) [Bootstrap] | 5 | 0 | 0 |
Role assignment (UserRolesAssignmentTestCase) [User] | 51 | 0 | 0 |
Role permissions (UserPermissionsTestCase) [User] | 50 | 0 | 0 |
Schema API (SchemaTestCase) [Database] | 588 | 0 | 0 |
Search and node access (SearchNodeAccessTest) [Search] | 26 | 0 | 0 |
Search engine phrase queries (SearchExactTestCase) [Search] | 23 | 0 | 0 |
Search engine queries (SearchMatchTestCase) [Search] | 145 | 0 | 0 |
Search engine ranking (SearchRankingTestCase) [Search] | 79 | 0 | 0 |
Search excerpt extraction (SearchExcerptTestCase) [Search] | 18 | 0 | 0 |
Search expression insert/extract (SearchExpressionInsertExtractTestCase) [Search] | 24 | 0 | 0 |
Search language selection (SearchLanguageTestCase) [Search] | 46 | 0 | 0 |
Search number matching (SearchNumberMatchingTestCase) [Search] | 308 | 0 | 0 |
Search numbers (SearchNumbersTestCase) [Search] | 188 | 0 | 0 |
Search page override (SearchPageOverride) [Search] | 13 | 0 | 0 |
Search page text (SearchPageText) [Search] | 36 | 0 | 0 |
Search simplify (SearchSimplifyTestCase) [Search] | 830 | 0 | 0 |
Search with numeric locale set (SearchSetLocaleTest) [Search] | 3 | 0 | 0 |
Security (FilterSecurityTestCase) [Filter] | 27 | 0 | 0 |
Select tests (DatabaseSelectTestCase) [Database] | 157 | 0 | 0 |
Select tests, cloning (DatabaseSelectCloneTest) [Database] | 9 | 0 | 0 |
Select tests, complex (DatabaseSelectComplexTestCase) [Database] | 157 | 0 | 0 |
Select tests, complex 2 (DatabaseSelectComplexTestCase2) [Database] | 15 | 0 | 0 |
Select tests, ordered (DatabaseSelectOrderedTestCase) [Database] | 41 | 0 | 0 |
Select tests, subqueries (DatabaseSelectSubqueryTestCase) [Database] | 49 | 0 | 0 |
Sequences API (DatabaseNextIdCase) [Database] | 2 | 0 | 0 |
Serialization (FilterDOMSerializeTestCase) [Filter] | 1 | 0 | 0 |
Serialize query (DatabaseSerializeQueryTestCase) [Database] | 8 | 0 | 0 |
Session HTTPS handling (SessionHttpsTestCase) [Session] | 102 | 0 | 0 |
Session tests (SessionTestCase) [Session] | 192 | 0 | 0 |
Shortcut link functionality (ShortcutLinksTestCase) [Shortcut] | 136 | 0 | 0 |
Shortcut set functionality (ShortcutSetsTestCase) [Shortcut] | 176 | 0 | 0 |
Shutdown functions (ShutdownFunctionsTest) [System] | 5 | 0 | 0 |
SimpleTest browser (SimpleTestBrowserTestCase) [SimpleTest] | 16 | 0 | 0 |
SimpleTest e-mail capturing (SimpleTestMailCaptureTestCase) [SimpleTest] | 13 | 0 | 0 |
SimpleTest error collector (DrupalErrorCollectionUnitTest) [SimpleTest] | 16 | 0 | 0 |
SimpleTest functionality (SimpleTestFunctionalTest) [SimpleTest] | 117 | 0 | 0 |
Site maintenance mode functionality (SiteMaintenanceTestCase) [System] | 80 | 0 | 0 |
Site-wide contact form (ContactSitewideTestCase) [Contact] | 238 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Flood table emptied. | Other | contact.test | 108 | ContactSitewideTestCase->testSiteWideContact() |  |
|
Size parsing test (CommonSizeTestCase) [System] | 35 | 0 | 0 |
Statistics logging tests (StatisticsLoggingTestCase) [Statistics] | 31 | 5 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Value 1 is identical to value '1'. | Other | statistics.test | 100 | StatisticsLoggingTestCase->testLogging() |  |
| Value 2 is identical to value '2'. | Other | statistics.test | 109 | StatisticsLoggingTestCase->testLogging() |  |
| Value 3 is identical to value '3'. | Other | statistics.test | 119 | StatisticsLoggingTestCase->testLogging() |  |
| Page request was not counted via Ajax. | Other | statistics.test | 128 | StatisticsLoggingTestCase->testLogging() |  |
| Page request was counted via Ajax. | Other | statistics.test | 134 | StatisticsLoggingTestCase->testLogging() |  |
|
Statistics reports tests (StatisticsReportsTestCase) [Statistics] | 86 | 0 | 0 |
Statistics token replacement (StatisticsTokenReplaceTestCase) [Statistics] | 30 | 0 | 0 |
Stream wrappers (StreamWrapperTest) [File API] | 19 | 0 | 0 |
String filtering tests (CommonXssUnitTest) [System] | 17 | 0 | 0 |
String translate, search and validate (LocaleTranslationFunctionalTest) [Locale] | 368 | 0 | 0 |
String translation using st() (LocaleInstallTest) [Locale] | 2 | 0 | 0 |
Summary length (SummaryLengthTestCase) [Node] | 15 | 0 | 0 |
Syslog functionality (SyslogTestCase) [Syslog] | 17 | 0 | 0 |
System info alter (SystemInfoAlterTestCase) [System] | 10 | 0 | 0 |
Tableselect form element type test (FormsElementsTableSelectFunctionalTest) [Form API] | 60 | 0 | 0 |
Tablesort (TableSortTest) [System] | 6 | 0 | 0 |
Tablesort query tests (DatabaseSelectTableSortDefaultTestCase) [Database] | 47 | 0 | 0 |
Taxonomy EntityFieldQuery (TaxonomyEFQTestCase) [Taxonomy] | 10 | 0 | 0 |
Taxonomy RSS Content. (TaxonomyRSSTestCase) [Taxonomy] | 23 | 0 | 0 |
Taxonomy term file test (FileTaxonomyTermTestCase) [File] | 50 | 0 | 0 |
Taxonomy term functions and forms. (TaxonomyTermTestCase) [Taxonomy] | 228 | 0 | 0 |
Taxonomy term hooks (TaxonomyHooksTestCase) [Taxonomy] | 22 | 0 | 0 |
Taxonomy term index (TaxonomyTermIndexTestCase) [Taxonomy] | 44 | 0 | 0 |
Taxonomy term multiple loading (TaxonomyLoadMultipleTestCase) [Taxonomy] | 17 | 0 | 0 |
Taxonomy term reference field (TaxonomyTermFieldTestCase) [Taxonomy] | 41 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
in db_transaction() (line 2542 of /var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc). | Uncaught exception | database.inc | 2171 | PDOStatement->execute() |  |
|
Taxonomy term unit tests (TaxonomyTermFunctionTestCase) [Taxonomy] | 7 | 0 | 0 |
Taxonomy term URL aliases (PathTaxonomyTermTestCase) [Path] | 35 | 0 | 0 |
Taxonomy theme switching (TaxonomyThemeTestCase) [Taxonomy] | 17 | 0 | 0 |
Taxonomy token replacement (TaxonomyTokenReplaceTestCase) [Taxonomy] | 53 | 0 | 0 |
Taxonomy upgrade path (UpgradePathTaxonomyTestCase) [Upgrade path] | 1447 | 0 | 0 |
Taxonomy vocabularies (TaxonomyVocabularyTestCase) [Taxonomy] | 74 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
in db_transaction() (line 2542 of /var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc). | Uncaught exception | database.inc | 2171 | PDOStatement->execute() |  |
|
Taxonomy vocabulary interface (TaxonomyVocabularyFunctionalTest) [Taxonomy] | 105 | 0 | 0 |
Temporary query test (DatabaseTemporaryQueryTestCase) [Database] | 7 | 0 | 0 |
Test date field (ProfileTestDate) [Profile] | 48 | 0 | 0 |
Test field weights (ProfileTestWeights) [Profile] | 52 | 0 | 0 |
Test for legacy node bug. (TaxonomyLegacyTestCase) [Taxonomy] | 14 | 0 | 0 |
Test select field (ProfileTestSelect) [Profile] | 44 | 0 | 0 |
Test single fields (ProfileTestFields) [Profile] | 179 | 0 | 0 |
Test statistics admin. (StatisticsAdminTestCase) [Statistics] | 105 | 1 | 1 |
| Message | Group | Filename | Line | Function | Status |
| SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
| PDOException | database.inc | 2542 | db_transaction() |  |
| User is not found in the database. | Other | statistics.test | 418 | StatisticsAdminTestCase->testDeleteUser() |  |
|
Test user actions (TriggerUserActionTestCase) [Trigger] | 60 | 7 | 1 |
| Message | Group | Filename | Line | Function | Status |
| SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
| PDOException | database.inc | 2542 | db_transaction() |  |
| Account is blocked | Other | trigger.test | 520 | TriggerUserActionTestCase->testUserActionAssignmentExecution() |  |
| Failed to set field comment_body[und][0][value] to my comment, updated | Other | trigger.test | 530 | TriggerUserActionTestCase->testUserActionAssignmentExecution() |  |
| Failed to set field subject to my comment subject | Other | trigger.test | 530 | TriggerUserActionTestCase->testUserActionAssignmentExecution() |  |
| Found the Save button | Other | trigger.test | 530 | TriggerUserActionTestCase->testUserActionAssignmentExecution() |  |
| Found the requested form fields at comment/1/edit | Other | trigger.test | 530 | TriggerUserActionTestCase->testUserActionAssignmentExecution() |  |
| Comment author account (uid=2) is blocked after update to comment | Other | trigger.test | 532 | TriggerUserActionTestCase->testUserActionAssignmentExecution() |  |
| "my comment, updated" found | Other | trigger.test | 539 | TriggerUserActionTestCase->testUserActionAssignmentExecution() |  |
|
Test user triggers (TriggerUserTokenTestCase) [Trigger] | 181 | 3 | 1 |
| Message | Group | Filename | Line | Function | Status |
| SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
| PDOException | database.inc | 2542 | db_transaction() |  |
| Expected system message to contain token-replaced text "Action was triggered by trigger user_delete user:name=bnTYQAzv user:uid=16 user:mail=bnTYQAzv@example.com user:url=http://ec2-54-69-10-31.us-west-2.compute.amazonaws.com/checkout/?q=user/16 user:edit-url=http://ec2-54-69-10-31.us-west-2.compute.amazonaws.com/checkout/?q=user/16/edit user:created=Tue, 11/10/2015 - 00:34" found in configured system message action | Other | trigger.test | 479 | TriggerUserTokenTestCase->testUserTriggerTokenReplacement() |  |
| Expected text found in subject of email message: "Action was triggered by trigger user_delete user:name=bnTYQAzv user:uid=16 user:mail=bnTYQAzv@example.com user:url=http://ec2-54-69-10-31.us-west-2.compute.amazonaws.com/checkout/?q=user/16 user:edit-url=http://ec2-54-69-10-31.us-west-2.compute.amazonaws.com/checkout/?q=user/16/edit user:created=Tue, 11/10/2015 - 00:34". | Other | trigger.test | 479 | TriggerUserTokenTestCase->testUserTriggerTokenReplacement() |  |
| Expected text found in body of email message: "Action was triggered by trigger user_delete user:name=bnTYQAzv user:uid=16 user:mail=bnTYQAzv@example.com user:url=http://ec2-54-69-10-31.us-west-2.compute.amazonaws.com/checkout/?q=user/16 user:edit-url=http://ec2-54-69-10-31.us-west-2.compute.amazonaws.com/checkout/?q=user/16/edit user:created=Tue, 11/10/2015 - 00:34". | Other | trigger.test | 479 | TriggerUserTokenTestCase->testUserTriggerTokenReplacement() |  |
|
Testing SimpleTest setUp (SimpleTestFolderTestCase) [SimpleTest] | 2 | 0 | 0 |
Text field (TextFieldTestCase) [Field types] | 200 | 0 | 0 |
Text summary (TextSummaryTestCase) [Field types] | 138 | 0 | 0 |
Text translation (TextTranslationTestCase) [Field types] | 106 | 0 | 0 |
Theme API (ThemeTestCase) [Theme] | 46 | 0 | 0 |
Theme debug markup (ThemeDebugMarkupTestCase) [Theme] | 15 | 0 | 0 |
Theme fast initialization (ThemeFastTestCase) [Theme] | 11 | 0 | 0 |
Theme initialization in hook_init() (ThemeHookInitTestCase) [Theme] | 5 | 0 | 0 |
Theme interface functionality (SystemThemeFunctionalTest) [System] | 170 | 0 | 0 |
Theme item list (ThemeItemListUnitTest) [Theme] | 1 | 0 | 0 |
Theme Table (ThemeTableTestCase) [Theme] | 8 | 0 | 0 |
ThemeRegistry (ThemeRegistryTestCase) [Theme] | 6 | 0 | 0 |
Timer test (BootstrapTimerTestCase) [Bootstrap] | 5 | 0 | 0 |
Token replacement (TokenReplaceTestCase) [System] | 36 | 0 | 0 |
Token scanning (TokenScanTest) [System] | 4 | 0 | 0 |
Token validation (SystemValidTokenTest) [System] | 6 | 0 | 0 |
Top visitor blocking (StatisticsBlockVisitorsTestCase) [Statistics] | 46 | 0 | 0 |
Tracker (TrackerTest) [Tracker] | 288 | 0 | 0 |
Transaction tests (DatabaseTransactionTestCase) [Database] | 39 | 2 | 2 |
| Message | Group | Filename | Line | Function | Status |
| SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. | Other | database_test.test | 3630 | DatabaseTransactionTestCase->testTransactionRollBackSupported() |  |
| SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. | Other | database_test.test | 3678 | DatabaseTransactionTestCase->testCommittedTransaction() |  |
| PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
in db_transaction() (line 2542 of /var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc). | Uncaught exception | database.inc | 2171 | PDOStatement->execute() |  |
| PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.: SAVEPOINT savepoint_1; Array
(
)
in db_transaction() (line 2542 of /var/lib/drupaltestbot/sites/default/files/checkout/includes/database/database.inc). | Uncaught exception | database.inc | 2171 | PDOStatement->execute() |  |
|
Translatable content upgrade path (TranslatableUpgradePathTestCase) [Upgrade path] | 32 | 0 | 0 |
Translation export (LocaleExportFunctionalTest) [Locale] | 31 | 0 | 0 |
Translation functionality (TranslationTestCase) [Translation] | 560 | 0 | 0 |
Translation import (LocaleImportFunctionalTest) [Locale] | 164 | 0 | 0 |
Trigger content (node) actions (TriggerContentTestCase) [Trigger] | 343 | 0 | 0 |
Trigger cron (system) actions (TriggerCronTestCase) [Trigger] | 34 | 0 | 0 |
Trigger orphaned actions (TriggerOrphanedActionsTestCase) [Trigger] | 38 | 0 | 0 |
Trigger other actions (TriggerOtherTestCase) [Trigger] | 115 | 0 | 0 |
Trigger unassigning (TriggerUnassignTestCase) [Trigger] | 12 | 0 | 0 |
Trigger update path (TriggerUpdatePathTestCase) [Upgrade path] | 20 | 0 | 0 |
Trigger upgrade path (UpgradePathTriggerTestCase) [Upgrade path] | 33 | 0 | 0 |
UI language negotiation (LocaleUILanguageNegotiationTest) [Locale] | 152 | 0 | 0 |
Unassigned text format functionality (FilterNoFormatTestCase) [Filter] | 1 | 0 | 0 |
Unicode handling (UnicodeUnitTest) [System] | 176 | 0 | 0 |
Unique HTML IDs (HTMLIdTestCase) [Form API] | 7 | 0 | 0 |
Unit tests (UpdateCoreUnitTestCase) [Update] | 4 | 0 | 0 |
Unmanaged file copying (FileUnmanagedCopyTest) [File API] | 31 | 0 | 0 |
Unmanaged file copying (RemoteFileUnmanagedCopyTest) [File API (remote)] | 34 | 0 | 0 |
Unmanaged file delete (FileUnmanagedDeleteTest) [File API] | 8 | 0 | 0 |
Unmanaged file delete (RemoteFileUnmanagedDeleteTest) [File API (remote)] | 11 | 0 | 0 |
Unmanaged file moving (FileUnmanagedMoveTest) [File API] | 22 | 0 | 0 |
Unmanaged file moving (RemoteFileUnmanagedMoveTest) [File API (remote)] | 25 | 0 | 0 |
Unmanaged file save data (FileUnmanagedSaveDataTest) [File API] | 7 | 0 | 0 |
Unmanaged file save data (RemoteFileUnmanagedSaveDataTest) [File API (remote)] | 8 | 0 | 0 |
Unmanaged recursive file delete (FileUnmanagedDeleteRecursiveTest) [File API] | 17 | 0 | 0 |
Unmanaged recursive file delete (RemoteFileUnmanagedDeleteRecursiveTest) [File API (remote)] | 21 | 0 | 0 |
Update contrib functionality (UpdateTestContribCase) [Update] | 188 | 0 | 0 |
Update core functionality (UpdateCoreTestCase) [Update] | 231 | 0 | 0 |
Update dependency hook invocation (UpdateDependencyHookInvocationTestCase) [Update API] | 4 | 0 | 0 |
Update dependency ordering (UpdateDependencyOrderingTestCase) [Update API] | 5 | 0 | 0 |
Update feed functionality (UpdateFeedTestCase) [Unknown] | 75 | 0 | 0 |
Update feed item functionality (UpdateFeedItemTestCase) [Unknown] | 64 | 0 | 0 |
Update functionality (UpdateScriptFunctionalTest) [System] | 205 | 0 | 0 |
Update on cron functionality (AggregatorCronTestCase) [Unknown] | 54 | 0 | 0 |
Update tests (DatabaseUpdateTestCase) [Database] | 68 | 4 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Updated fields successfully. | Other | database_test.test | 808 | DatabaseUpdateTestCase->testMultiUpdate() |  |
| Updated fields successfully. | Other | database_test.test | 822 | DatabaseUpdateTestCase->testMultiGTUpdate() |  |
| Updated fields successfully. | Other | database_test.test | 836 | DatabaseUpdateTestCase->testWhereUpdate() |  |
| Updated fields successfully. | Other | database_test.test | 851 | DatabaseUpdateTestCase->testWhereAndConditionUpdate() |  |
|
Update tests, Complex (DatabaseUpdateComplexTestCase) [Database] | 60 | 6 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Updated fields successfully. | Other | database_test.test | 916 | DatabaseUpdateComplexTestCase->testOrConditionUpdate() |  |
| Updated fields successfully. | Other | database_test.test | 930 | DatabaseUpdateComplexTestCase->testInConditionUpdate() |  |
| Updated fields successfully. | Other | database_test.test | 946 | DatabaseUpdateComplexTestCase->testNotInConditionUpdate() |  |
| Updated fields successfully. | Other | database_test.test | 960 | DatabaseUpdateComplexTestCase->testBetweenConditionUpdate() |  |
| Updated fields successfully. | Other | database_test.test | 974 | DatabaseUpdateComplexTestCase->testLikeConditionUpdate() |  |
| Updated fields successfully. | Other | database_test.test | 991 | DatabaseUpdateComplexTestCase->testUpdateExpression() |  |
|
Update tests, LOB (DatabaseUpdateLOBTestCase) [Database] | 17 | 0 | 0 |
Upload and extract module functionality (UpdateTestUploadCase) [Update] | 64 | 0 | 0 |
Upload upgrade path (UploadUpgradePathTestCase) [Upgrade path] | 47 | 0 | 0 |
Upload user picture (UserPictureTestCase) [User] | 123 | 0 | 0 |
URL altering (UrlAlterFunctionalTest) [Path API] | 34 | 0 | 0 |
URL destination validation (BootstrapDestinationTestCase) [Bootstrap] | 27 | 0 | 0 |
URL generation tests (CommonURLUnitTest) [System] | 60 | 0 | 0 |
URL rewriting (LocaleUrlRewritingTest) [Locale] | 34 | 0 | 0 |
User account links (UserAccountLinksUnitTests) [User] | 60 | 0 | 0 |
User administration (UserAdminTestCase) [User] | 122 | 0 | 0 |
User autocompletion (UserAutocompleteTestCase) [User] | 52 | 0 | 0 |
User blocks (UserBlocksUnitTests) [User] | 69 | 0 | 0 |
User create (UserCreateTestCase) [User] | 27 | 0 | 0 |
User creation (LocaleUserCreationTest) [Locale] | 69 | 0 | 0 |
User edit (UserEditTestCase) [User] | 66 | 0 | 0 |
User edited own account (UserEditedOwnAccountTestCase) [User] | 23 | 0 | 0 |
User language settings (LocaleUserLanguageFunctionalTest) [Locale] | 50 | 0 | 0 |
User login (UserLoginTestCase) [User] | 163 | 0 | 0 |
User poll vote capability. (PollVoteCheckHostname) [Poll] | 145 | 0 | 0 |
User registration (UserRegistrationTestCase) [User] | 137 | 0 | 0 |
User role administration (UserRoleAdminTestCase) [User] | 54 | 0 | 0 |
User save test (UserSaveTestCase) [User] | 3 | 0 | 0 |
User search (UserUserSearchTestCase) [User] | 60 | 0 | 0 |
User signatures (UserSignatureTestCase) [User] | 44 | 0 | 0 |
User time zones (UserTimeZoneFunctionalTest) [User] | 29 | 0 | 0 |
User token replacement (UserTokenReplaceTestCase) [User] | 39 | 0 | 0 |
User update path (UserUpdatePathTestCase) [Upgrade path] | 31 | 0 | 0 |
User upgrade path (duplicated permission) (UserUpgradePathDuplicatedPermissionTestCase) [Upgrade path] | 0 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| The test did not complete due to a fatal error. | Completion check | upgrade.user.test | 89 | UserUpgradePathDuplicatedPermissionTestCase->testUserUpgrade() |  |
|
User upgrade path (password token involved) (UserUpgradePathPasswordTokenTestCase) [Upgrade path] | 0 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| The test did not complete due to a fatal error. | Completion check | upgrade.user.test | 26 | UserUpgradePathPasswordTokenTestCase->testUserUpgrade() |  |
|
User upgrade path (password token not involved) (UserUpgradePathNoPasswordTokenTestCase) [Upgrade path] | 0 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| The test did not complete due to a fatal error. | Completion check | upgrade.user.test | 59 | UserUpgradePathNoPasswordTokenTestCase->testUserUpgrade() |  |
|
User validate current pass custom form (UserValidateCurrentPassCustomForm) [User] | 17 | 0 | 0 |
Username/e-mail validation (UserValidationTestCase) [User] | 19 | 0 | 0 |
Valid URL (ValidUrlTestCase) [System] | 79 | 0 | 0 |
Variable test (BootstrapVariableTestCase) [Bootstrap] | 9 | 0 | 0 |
Vertical tabs form element type test (FormsElementsVerticalTabsFunctionalTest) [Form API] | 4 | 0 | 0 |
Widget customization (FieldUIAlterTestCase) [Field UI] | 18 | 0 | 0 |
XML-RPC basic (XMLRPCBasicTestCase) [XML-RPC] | 6 | 0 | 0 |
XML-RPC message and alteration (XMLRPCMessagesTestCase) [XML-RPC] | 7 | 0 | 0 |
XML-RPC validator (XMLRPCValidator1IncTestCase) [XML-RPC] | 10 | 0 | 0 |