add_backtrace_to_all_errors-1158322-213-D7.patch

Test status
StatusResult
Last receivedSat, 10/31/2015 - 03:13:00
Last requestedSat, 10/31/2015 - 03:13:02
Last testedSat, 10/31/2015 - 03:31:20
Test count1
Environment status
MySQLfail
File information
Fileadd_backtrace_to_all_errors-1158322-213-D7.patch
BranchDrupal core - 7.x
LinkIssue Link
SummaryFAILED: [[SimpleTest]]: [MySQL] 40,673 pass(es), 955 fail(s), and 278 exception(s).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
    Review the test failures below then if necessary run them locally until the problem has been fixed.
  10. Complete test suite with all tests passing
40,673 pass(es), 955 fail(s), and 278 exception(s)

Non-pass

Test namePassFailException
ExpandAuthorize API (SystemAuthorizeCase) [System]1084
MessageGroupFilenameLineFunctionStatus
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test2717SystemAuthorizeCase->setUp()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test2717SystemAuthorizeCase->setUp()
User xmFRGeWX successfully logged in.User loginsystem.test2717SystemAuthorizeCase->setUp()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test2741SystemAuthorizeCase->testFileTransferHooks()
current() expects parameter 1 to be array, boolean givenWarningdrupal_web_test_case.php3178DrupalWebTestCase->assertTitle()
authorize.php page title is correct.Othersystem.test2741SystemAuthorizeCase->testFileTransferHooks()
"To continue, provide your server connection details" foundOthersystem.test2743SystemAuthorizeCase->testFileTransferHooks()
Raw "System Test FileTransfer" foundOthersystem.test2745SystemAuthorizeCase->testFileTransferHooks()
"System Test Username" foundOthersystem.test2747SystemAuthorizeCase->testFileTransferHooks()
ExpandBasic upgrade path (BasicUpgradePath) [Upgrade path]7406
MessageGroupFilenameLineFunctionStatus
Undefined index: !messageNoticeerrors.inc201_drupal_log_error()
Undefined index: %typeNoticeerrors.inc202_drupal_log_error()
Undefined index: %functionNoticeerrors.inc204_drupal_log_error()
Undefined index: %fileNoticeerrors.inc205_drupal_log_error()
Undefined index: %lineNoticeerrors.inc206_drupal_log_error()
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'message' cannot be null: INSERT INTO {simpletest} (test_id, test_class, status, message, message_group, function, line, file) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7); Array ( [:db_insert_placeholder_0] => 1 [:db_insert_placeholder_1] => BasicUpgradePath [:db_insert_placeholder_2] => exception [:db_insert_placeholder_3] => [:db_insert_placeholder_4] => [:db_insert_placeholder_5] => [:db_insert_placeholder_6] => [:db_insert_placeholder_7] => ) in DrupalTestCase->assert() (line 149 of /var/lib/drupaltestbot/sites/default/files/checkout/modules/simpletest/drupal_web_test_case.php).Uncaught exceptiondatabase.inc2171PDOStatement->execute()
ExpandBoot and exit hook invocation (HookBootExitTestCase) [Bootstrap]5100
MessageGroupFilenameLineFunctionStatus
hook_boot called with disabled cache.Otherbootstrap.test349HookBootExitTestCase->testHookBootExit()
hook_exit called with disabled cache.Otherbootstrap.test350HookBootExitTestCase->testHookBootExit()
hook_boot called with normal cache.Otherbootstrap.test356HookBootExitTestCase->testHookBootExit()
hook_exit called with normal cache.Otherbootstrap.test357HookBootExitTestCase->testHookBootExit()
Page has been cached.Otherbootstrap.test361HookBootExitTestCase->testHookBootExit()
hook_boot not called with aggressive cache and a cached page.Otherbootstrap.test363HookBootExitTestCase->testHookBootExit()
hook_exit not called with aggressive cache and a cached page.Otherbootstrap.test364HookBootExitTestCase->testHookBootExit()
Page cache cleared.Otherbootstrap.test367HookBootExitTestCase->testHookBootExit()
hook_boot called with aggressive cache and no cached page.Otherbootstrap.test370HookBootExitTestCase->testHookBootExit()
hook_exit called with aggressive cache and no cached page.Otherbootstrap.test371HookBootExitTestCase->testHookBootExit()
ExpandDrupal HTTP request (DrupalHTTPRequestTestCase) [System]14229
MessageGroupFilenameLineFunctionStatus
Fetched page successfully.Othercommon.test1013DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsercommon.test1015DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
current() expects parameter 1 to be array, boolean givenWarningdrupal_web_test_case.php3178DrupalWebTestCase->assertTitle()
Site title matches.Othercommon.test1015DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
Result code is 404Othercommon.test1020DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
Result status message is "Not Found"Othercommon.test1021DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
Request timed out (0.01672 seconds).Othercommon.test1036DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
Proper error code was returned.Othercommon.test1038DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
Username is passed correctly.Othercommon.test1051DrupalHTTPRequestTestCase->testDrupalHTTPRequestBasicAuth()
Password is passed correctly.Othercommon.test1052DrupalHTTPRequestTestCase->testDrupalHTTPRequestBasicAuth()
Undefined property: stdClass::$redirect_codeNoticecommon.test1057DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
drupal_http_request follows the 301 redirect.Othercommon.test1057DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
301 redirect to invalid URL returned with error code Internal Server Error.Othercommon.test1063DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
301 redirect to invalid URL returned with error message "Internal Server Error".Othercommon.test1064DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
301 redirect to invalid URL returned with error message code "Internal Server Error".Othercommon.test1067DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
301 redirect to invalid URL returned with error message "Internal Server Error".Othercommon.test1068DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
301 redirect to invalid URL returned with error code Internal Server Error.Othercommon.test1071DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
301 redirect to invalid URL returned with error message "Internal Server Error".Othercommon.test1072DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
Undefined property: stdClass::$redirect_codeNoticecommon.test1075DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
drupal_http_request follows the 302 redirect.Othercommon.test1075DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
Undefined property: stdClass::$redirect_codeNoticecommon.test1081DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
drupal_http_request follows the 307 redirect.Othercommon.test1081DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
Undefined property: stdClass::$redirect_urlNoticecommon.test1088DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
redirect_url contains the final redirection location after 1 redirect.Othercommon.test1088DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
Undefined property: stdClass::$redirect_urlNoticecommon.test1091DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
redirect_url contains the final redirection location after 3 redirects.Othercommon.test1091DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
Undefined index: content-languageNoticecommon.test1100DrupalHTTPRequestTestCase->testDrupalHTTPRequestHeaders()
Content-Language HTTP header is English.Othercommon.test1100DrupalHTTPRequestTestCase->testDrupalHTTPRequestHeaders()
Undefined index: content-languageNoticecommon.test1107DrupalHTTPRequestTestCase->testDrupalHTTPRequestHeaders()
Content-Language HTTP header is German.Othercommon.test1107DrupalHTTPRequestTestCase->testDrupalHTTPRequestHeaders()
ExpandEnable/disable modules (EnableDisableTestCase) [Module]568700168
MessageGroupFilenameLineFunctionStatus
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for dblog" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for dblog" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for aggregator" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for aggregator" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "aggregator" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the aggregator module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for aggregator" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the aggregator module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for aggregator" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for block" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for block" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "block" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the block module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for block" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the block module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for block" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for blog" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for blog" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "blog" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for blog" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for blog" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for book" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for book" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "book" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the book module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for book" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the book module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for book" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for color" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for color" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "color" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for color" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for color" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for comment" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for comment" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "comment" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the comment module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for comment" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the comment module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for comment" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for contact" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for contact" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "contact" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the contact module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for contact" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the contact module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for contact" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for contextual" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for contextual" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "contextual" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for contextual" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for contextual" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test203EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for dashboard" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for dashboard" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "dashboard" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for block" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for block" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "block" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the block module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for dashboard" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for dashboard" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for field_ui" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for field_ui" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "field_ui" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for field_ui" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for field_ui" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for file" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for file" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "file" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for file" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for file" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test203EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for forum" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for forum" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "forum" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the forum module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for taxonomy" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for taxonomy" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "taxonomy" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the taxonomy module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for options" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for options" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "options" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for comment" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for comment" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "comment" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the comment module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for forum" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the forum module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for forum" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for help" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for help" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "help" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for help" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for help" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test203EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for image" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for image" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "image" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the image module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for file" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for file" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "file" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for image" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the image module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for image" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for list" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for list" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "list" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for list" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for list" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for locale" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for locale" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "locale" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the locale module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for locale" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the locale module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for locale" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for menu" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for menu" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "menu" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the menu module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for menu" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the menu module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for menu" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for number" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for number" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "number" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for number" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for number" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for openid" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for openid" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "openid" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the openid module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for openid" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the openid module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for openid" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for overlay" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for overlay" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "overlay" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for overlay" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for overlay" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for path" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for path" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "path" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for path" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for path" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for php" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for php" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "php" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for php" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for php" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
ExpandFront page (FrontPageTestCase) [System]19114
MessageGroupFilenameLineFunctionStatus
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1528FrontPageTestCase->setUp()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1528FrontPageTestCase->setUp()
User yeoZE5fp successfully logged in.User loginsystem.test1528FrontPageTestCase->setUp()
Path is the front page.Othersystem.test1540FrontPageTestCase->testDrupalIsFrontPage()
Path is the front page.Othersystem.test1542FrontPageTestCase->testDrupalIsFrontPage()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1548FrontPageTestCase->testDrupalIsFrontPage()
"The path 'kittens' is either invalid or you do not have access to it." foundOthersystem.test1549FrontPageTestCase->testDrupalIsFrontPage()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1553FrontPageTestCase->testDrupalIsFrontPage()
The front page path has been saved.Othersystem.test1554FrontPageTestCase->testDrupalIsFrontPage()
Path is the front page.Othersystem.test1557FrontPageTestCase->testDrupalIsFrontPage()
Path is the front page.Othersystem.test1561FrontPageTestCase->testDrupalIsFrontPage()
ExpandLocking framework tests (LockFunctionalTest) [System]1050
MessageGroupFilenameLineFunctionStatus
Lock acquired by the other request.Locklock.test32LockFunctionalTest->testLockAcquire()
Lock not acquired by the other request.Locklock.test37LockFunctionalTest->testLockAcquire()
Lock acquired by the other request, breaking our lock.Locklock.test45LockFunctionalTest->testLockAcquire()
Lock cannot be extended by this request.Locklock.test47LockFunctionalTest->testLockAcquire()
Lock acquired by the other request before exit.Locklock.test53LockFunctionalTest->testLockAcquire()
ExpandMain content rendering fallback (SystemMainContentFallback) [System]312311
MessageGroupFilenameLineFunctionStatus
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1657SystemMainContentFallback->setUp()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1657SystemMainContentFallback->setUp()
User am9tI6nJ successfully logged in.User loginsystem.test1657SystemMainContentFallback->setUp()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1670SystemMainContentFallback->testMainContentFallback()
Modules status has been updated.Othersystem.test1671SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1674SystemMainContentFallback->testMainContentFallback()
Modules status has been updated.Othersystem.test1675SystemMainContentFallback->testMainContentFallback()
Block module disabled.Othersystem.test1677SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1681SystemMainContentFallback->testMainContentFallback()
Admin interface still available.Othersystem.test1681SystemMainContentFallback->testMainContentFallback()
Content handled by another moduleOthersystem.test1685SystemMainContentFallback->testMainContentFallback()
Main content still displayed.Othersystem.test1686SystemMainContentFallback->testMainContentFallback()
Main content fallback properly triggers.Othersystem.test1691SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1700SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1700SystemMainContentFallback->testMainContentFallback()
User czAnvWz5 successfully logged in.User loginsystem.test1700SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1702SystemMainContentFallback->testMainContentFallback()
User interface still available.Othersystem.test1702SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1705SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1705SystemMainContentFallback->testMainContentFallback()
User am9tI6nJ successfully logged in.User loginsystem.test1705SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1708SystemMainContentFallback->testMainContentFallback()
Modules status has been updated.Othersystem.test1709SystemMainContentFallback->testMainContentFallback()
ExpandMessages (DrupalSetMessageTest) [System]310
MessageGroupFilenameLineFunctionStatus
"Second message (not removed)." foundOthersystem.test2888DrupalSetMessageTest->testSetRemoveMessages()
LeafModule dependencies (ModuleDependencyTestCase) [Module]1247139
LeafModule versions (ModuleVersionTestCase) [Module]422416
ExpandPage cache test (BootstrapPageCacheTestCase) [Bootstrap]37406
MessageGroupFilenameLineFunctionStatus
Page was cached.Otherbootstrap.test130BootstrapPageCacheTestCase->testConditionalRequests()
Conditional request returned 304 Not Modified.Browserbootstrap.test135BootstrapPageCacheTestCase->testConditionalRequests()
Conditional request with obsolete If-Modified-Since date returned 304 Not Modified.Browserbootstrap.test138BootstrapPageCacheTestCase->testConditionalRequests()
Conditional request with obsolete If-Modified-Since date returned 304 Not Modified.Browserbootstrap.test141BootstrapPageCacheTestCase->testConditionalRequests()
Conditional request without If-None-Match returned 200 OK.Browserbootstrap.test144BootstrapPageCacheTestCase->testConditionalRequests()
Page was cached.Otherbootstrap.test145BootstrapPageCacheTestCase->testConditionalRequests()
Conditional request with new a If-Modified-Since date newer than Last-Modified returned 200 OK.Browserbootstrap.test148BootstrapPageCacheTestCase->testConditionalRequests()
Page was cached.Otherbootstrap.test149BootstrapPageCacheTestCase->testConditionalRequests()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browserbootstrap.test152BootstrapPageCacheTestCase->testConditionalRequests()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browserbootstrap.test152BootstrapPageCacheTestCase->testConditionalRequests()
User dcHRM9WK successfully logged in.User loginbootstrap.test152BootstrapPageCacheTestCase->testConditionalRequests()
Conditional request returned 200 OK for authenticated user.Browserbootstrap.test154BootstrapPageCacheTestCase->testConditionalRequests()
Absense of Page was not cached.Otherbootstrap.test155BootstrapPageCacheTestCase->testConditionalRequests()
Vary header was sent.Otherbootstrap.test169BootstrapPageCacheTestCase->testPageCache()
Cache-Control header was sent.Otherbootstrap.test170BootstrapPageCacheTestCase->testPageCache()
Expires header was sent.Otherbootstrap.test171BootstrapPageCacheTestCase->testPageCache()
Custom header was sent.Otherbootstrap.test172BootstrapPageCacheTestCase->testPageCache()
Page was cached.Otherbootstrap.test176BootstrapPageCacheTestCase->testPageCache()
Vary: Cookie header was sent.Otherbootstrap.test177BootstrapPageCacheTestCase->testPageCache()
Cache-Control header was sent.Otherbootstrap.test178BootstrapPageCacheTestCase->testPageCache()
Expires header was sent.Otherbootstrap.test179BootstrapPageCacheTestCase->testPageCache()
Custom header was sent.Otherbootstrap.test180BootstrapPageCacheTestCase->testPageCache()
Default header was replaced.Otherbootstrap.test184BootstrapPageCacheTestCase->testPageCache()
Default header was replaced.Otherbootstrap.test186BootstrapPageCacheTestCase->testPageCache()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browserbootstrap.test190BootstrapPageCacheTestCase->testPageCache()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browserbootstrap.test190BootstrapPageCacheTestCase->testPageCache()
User sdo8BJOg successfully logged in.User loginbootstrap.test190BootstrapPageCacheTestCase->testPageCache()
Caching was bypassed.Otherbootstrap.test192BootstrapPageCacheTestCase->testPageCache()
Cache-Control header was sent.Otherbootstrap.test194BootstrapPageCacheTestCase->testPageCache()
Expires header was sent.Otherbootstrap.test195BootstrapPageCacheTestCase->testPageCache()
Custom header was sent.Otherbootstrap.test196BootstrapPageCacheTestCase->testPageCache()
Page was gzip compressed.Otherbootstrap.test214BootstrapPageCacheTestCase->testPageCompression()
Page was cached.Otherbootstrap.test218BootstrapPageCacheTestCase->testPageCompression()
Page was gzip compressed.Otherbootstrap.test221BootstrapPageCacheTestCase->testPageCompression()
Page was cached.Otherbootstrap.test225BootstrapPageCacheTestCase->testPageCompression()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browserbootstrap.test227BootstrapPageCacheTestCase->testPageCompression()
current() expects parameter 1 to be array, boolean givenWarningdrupal_web_test_case.php3178DrupalWebTestCase->assertTitle()
Site title matches.Otherbootstrap.test227BootstrapPageCacheTestCase->testPageCompression()
Page was not compressed.Otherbootstrap.test228BootstrapPageCacheTestCase->testPageCompression()
Page was delivered after compression mode is changed (compression support enabled).Otherbootstrap.test236BootstrapPageCacheTestCase->testPageCompression()
Page was delivered after compression mode is changed (compression support disabled).Otherbootstrap.test240BootstrapPageCacheTestCase->testPageCompression()
LeafRequired modules (ModuleRequiredTestCase) [Module]192212
LeafRequirements hook failure (HookRequirementsTestCase) [Module]1153
ExpandShutdown functions (ShutdownFunctionsTest) [System]230
MessageGroupFilenameLineFunctionStatus
"First shutdown function, arg1 : mlY83I5N, arg2: oNU6ZTnE" foundOthersystem.test2576ShutdownFunctionsTest->testShutdownFunctions()
"Second shutdown function, arg1 : mlY83I5N, arg2: oNU6ZTnE" foundOthersystem.test2577ShutdownFunctionsTest->testShutdownFunctions()
Raw "Drupal is <blink>awesome</blink>." foundOthersystem.test2581ShutdownFunctionsTest->testShutdownFunctions()
ExpandSimpleTest error collector (DrupalErrorCollectionUnitTest) [SimpleTest]210
MessageGroupFilenameLineFunctionStatus
Three errors were collectedOthercommon.test2476DrupalErrorCollectionUnitTest->testErrorCollect()
ExpandURL destination validation (BootstrapDestinationTestCase) [Bootstrap]1980
MessageGroupFilenameLineFunctionStatus
Standard internal example node path is present in the 'destination' parameter.Otherbootstrap.test645BootstrapDestinationTestCase->testDestination()
Standard internal example node path is present in the 'destination' parameter.Otherbootstrap.test656BootstrapDestinationTestCase->testDestination()
Internal path with one leading slash is allowed.Otherbootstrap.test645BootstrapDestinationTestCase->testDestination()
Internal path with one leading slash is allowed.Otherbootstrap.test656BootstrapDestinationTestCase->testDestination()
Internal URL using a colon is allowed.Otherbootstrap.test645BootstrapDestinationTestCase->testDestination()
Internal URL using a colon is allowed.Otherbootstrap.test656BootstrapDestinationTestCase->testDestination()
Javascript URL is allowed because it is treated as an internal URL.Otherbootstrap.test645BootstrapDestinationTestCase->testDestination()
Javascript URL is allowed because it is treated as an internal URL.Otherbootstrap.test656BootstrapDestinationTestCase->testDestination()
ExpandVariable test (BootstrapVariableTestCase) [Bootstrap]710
MessageGroupFilenameLineFunctionStatus
Variable persists across multiple requestsOtherbootstrap.test269BootstrapVariableTestCase->testVariable()

All

Test namePassFailException
Leaf403 functionality (AccessDeniedTestCase) [System]7500
Leaf404 functionality (PageNotFoundTestCase) [System]2100
LeafActionLoopTestCase2500
LeafActionsConfigurationTestCase3800
LeafActive trail (MenuTrailTestCase) [Menu]6900
LeafAddFeedTestCase6900
LeafAdmin theme block admin accessibility (BlockAdminThemeTestCase) [Block]1800
LeafAdministrative pages (SystemAdminTestCase) [System]19300
LeafAdministrative user interface (ImageAdminUiTestCase) [Image]2800
LeafAdvanced search form (SearchAdvancedSearchForm) [Search]3200
LeafAggregator configuration (AggregatorConfigurationTestCase) [Unknown]1900
LeafAggregator update path (AggregatorUpdatePathTestCase) [Upgrade path]2100
LeafAJAX command form values (AJAXFormValuesTestCase) [AJAX]3400
LeafAJAX commands (AJAXCommandsTestCase) [AJAX]8900
LeafAJAX forms on cached pages (AJAXFormPageCacheTestCase) [AJAX]3300
LeafAJAX framework (AJAXFrameworkTestCase) [AJAX]3700
LeafAJAX multi form (AJAXMultiFormTestCase) [AJAX]4000
LeafAnonymous comments (CommentAnonymous) [Comment]16600
LeafArray differences (ArrayDiffUnitTest) [System]100
LeafAuthmap assignment (UserAuthmapAssignmentTestCase) [User]600
ExpandAuthorize API (SystemAuthorizeCase) [System]1084
MessageGroupFilenameLineFunctionStatus
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test2717SystemAuthorizeCase->setUp()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test2717SystemAuthorizeCase->setUp()
User xmFRGeWX successfully logged in.User loginsystem.test2717SystemAuthorizeCase->setUp()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test2741SystemAuthorizeCase->testFileTransferHooks()
current() expects parameter 1 to be array, boolean givenWarningdrupal_web_test_case.php3178DrupalWebTestCase->assertTitle()
authorize.php page title is correct.Othersystem.test2741SystemAuthorizeCase->testFileTransferHooks()
"To continue, provide your server connection details" foundOthersystem.test2743SystemAuthorizeCase->testFileTransferHooks()
Raw "System Test FileTransfer" foundOthersystem.test2745SystemAuthorizeCase->testFileTransferHooks()
"System Test Username" foundOthersystem.test2747SystemAuthorizeCase->testFileTransferHooks()
LeafAutocompletion (ProfileTestAutocomplete) [Profile]5400
LeafBasic minimal profile update path (BasicMinimalUpdatePath) [Upgrade path]7200
LeafBasic minimal profile update path, populated database (FilledMinimalUpdatePath) [Upgrade path]6200
LeafBasic SQL syntax tests (DatabaseBasicSyntaxTestCase) [Database]3400
LeafBasic standard + all profile update path (BasicStandardUpdatePath) [Upgrade path]6200
LeafBasic standard + all profile update path, populated database (FilledStandardUpdatePath) [Upgrade path]6200
ExpandBasic upgrade path (BasicUpgradePath) [Upgrade path]7406
MessageGroupFilenameLineFunctionStatus
Undefined index: !messageNoticeerrors.inc201_drupal_log_error()
Undefined index: %typeNoticeerrors.inc202_drupal_log_error()
Undefined index: %functionNoticeerrors.inc204_drupal_log_error()
Undefined index: %fileNoticeerrors.inc205_drupal_log_error()
Undefined index: %lineNoticeerrors.inc206_drupal_log_error()
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'message' cannot be null: INSERT INTO {simpletest} (test_id, test_class, status, message, message_group, function, line, file) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7); Array ( [:db_insert_placeholder_0] => 1 [:db_insert_placeholder_1] => BasicUpgradePath [:db_insert_placeholder_2] => exception [:db_insert_placeholder_3] => [:db_insert_placeholder_4] => [:db_insert_placeholder_5] => [:db_insert_placeholder_6] => [:db_insert_placeholder_7] => ) in DrupalTestCase->assert() (line 149 of /var/lib/drupaltestbot/sites/default/files/checkout/modules/simpletest/drupal_web_test_case.php).Uncaught exceptiondatabase.inc2171PDOStatement->execute()
LeafBatch percentages (BatchPercentagesUnitTestCase) [Batch API]1800
LeafBatch processing (BatchProcessingTestCase) [Batch API]16100
LeafBatch progress page (BatchPageTestCase) [Batch API]1600
LeafBlock availability (NodeBlockTestCase) [Node]1800
LeafBlock availability (PollBlockTestCase) [Poll]13900
LeafBlock availability (ProfileBlockTestCase) [Profile]8900
LeafBlock availability (SearchBlockTestCase) [Search]6000
LeafBlock caching (BlockCacheTestCase) [Block]21300
LeafBlock functionality (BlockTestCase) [Block]35300
LeafBlock functionality (SystemBlockTestCase) [System]4500
LeafBlock HTML id (BlockHTMLIdTestCase) [Block]1600
LeafBlock rehash (BlockHashTestCase) [Block]8100
LeafBlock template suggestions (BlockTemplateSuggestionsUnitTest) [Block]200
LeafBlock view module delta alter (BlockViewModuleDeltaAlterWebTest) [Block]300
LeafBlocks in invalid regions (BlockInvalidRegionTestCase) [Block]2400
LeafBlocks not in hidden region (BlockHiddenRegionTestCase) [Block]1500
LeafBlog functionality (BlogTestCase) [Blog]24400
LeafBook functionality (BookTestCase) [Book]53100
ExpandBoot and exit hook invocation (HookBootExitTestCase) [Bootstrap]5100
MessageGroupFilenameLineFunctionStatus
hook_boot called with disabled cache.Otherbootstrap.test349HookBootExitTestCase->testHookBootExit()
hook_exit called with disabled cache.Otherbootstrap.test350HookBootExitTestCase->testHookBootExit()
hook_boot called with normal cache.Otherbootstrap.test356HookBootExitTestCase->testHookBootExit()
hook_exit called with normal cache.Otherbootstrap.test357HookBootExitTestCase->testHookBootExit()
Page has been cached.Otherbootstrap.test361HookBootExitTestCase->testHookBootExit()
hook_boot not called with aggressive cache and a cached page.Otherbootstrap.test363HookBootExitTestCase->testHookBootExit()
hook_exit not called with aggressive cache and a cached page.Otherbootstrap.test364HookBootExitTestCase->testHookBootExit()
Page cache cleared.Otherbootstrap.test367HookBootExitTestCase->testHookBootExit()
hook_boot called with aggressive cache and no cached page.Otherbootstrap.test370HookBootExitTestCase->testHookBootExit()
hook_exit called with aggressive cache and no cached page.Otherbootstrap.test371HookBootExitTestCase->testHookBootExit()
LeafBreadcrumbs (MenuBreadcrumbTestCase) [Menu]41400
LeafBroken SimpleTest method (SimpleTestBrokenSetUp) [SimpleTest]2100
LeafBrowser language detection (LocaleBrowserDetectionTest) [Locale]4300
LeafCache clear test (CacheClearCase) [Cache]4200
LeafCache emptiness test (CacheIsEmptyCase) [Cache]500
LeafCache saving test (CacheSavingCase) [Cache]800
LeafCancel account (UserCancelTestCase) [User]23600
LeafCascading stylesheets (CascadingStylesheetsTestCase) [System]4300
LeafCase sensitivity (DatabaseCaseSensitivityTestCase) [Database]900
LeafCategorize feed functionality (CategorizeFeedTestCase) [Unknown]2000
LeafCategorize feed item functionality (CategorizeFeedItemTestCase) [Unknown]6000
LeafChecks display of aggregator items (AggregatorRenderingTestCase) [Unknown]22700
LeafCJK tokenizer (SearchTokenizerTestCase) [Search]400
LeafCode registry (BootstrapAutoloadTestCase) [Bootstrap]300
LeafColor functionality (ColorTestCase) [Color]12200
LeafComment actions (CommentActionsTestCase) [Comment]5800
LeafComment approval (CommentApprovalTest) [Comment]15600
LeafComment blocks (CommentBlockFunctionalTest) [Comment]11600
LeafComment count toggle (SearchCommentCountToggleTestCase) [Search]3100
LeafComment deletion on node changes (CommentNodeChangesTestCase) [Comment]2300
LeafComment fields (CommentFieldsTest) [Comment]11600
ExpandComment interface (CommentInterfaceTest) [Comment]219300
MessageGroupFilenameLineFunctionStatus
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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->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, )Debugcomment.test830CommentInterfaceTest->setEnvironment()
LeafComment language (LocaleCommentLanguageFunctionalTest) [Locale]7200
LeafComment node access (CommentNodeAccessTest) [Comment]5400
LeafComment paging settings (CommentPagerTest) [Comment]21100
LeafComment preview (CommentPreviewTest) [Comment]9900
LeafComment Rebuild (CommentContentRebuild) [Comment]3300
LeafComment RSS (CommentRSSUnitTest) [Comment]2500
LeafComment Search tests (SearchCommentTestCase) [Search]23600
LeafComment Threading (CommentThreadingTestCase) [Comment]15700
LeafComment token replacement (CommentTokenReplaceTestCase) [Comment]6500
LeafComment upgrade path (CommentUpgradePathTestCase) [Upgrade path]2400
LeafConfig settings form (SearchConfigSettingsForm) [Search]12800
LeafConfirm form (ConfirmFormTest) [System]1700
LeafConnection tests (DatabaseConnectionTestCase) [Database]4200
LeafConnection unit tests (ConnectionUnitTest) [Database]1200
LeafContent language settings (LocaleContentFunctionalTest) [Locale]8600
LeafContextual links on node lists (ContextualDynamicContextTestCase) [Contextual]1600
LeafCron queue functionality (CronQueueTestCase) [System]600
LeafCron run (CronRunTestCase) [System]5100
LeafCSS altering (LocaleCSSAlterTest) [Locale]2000
LeafCSS Unit Tests (CascadingStylesheetsUnitTest) [System]1600
LeafCustom query syntax tests (DatabaseQueryTestCase) [Database]1700
LeafDashboard blocks (DashboardBlocksTestCase) [Dashboard]10700
LeafData API functions (DrupalDataApiTest) [System]3300
LeafDate and time (DateTimeFunctionalTest) [System]11300
LeafDBLog functionality (DBLogTestCase) [DBLog]50400
LeafDefault text format functionality (FilterDefaultFormatTestCase) [Filter]3300
LeafDelete/Truncate tests (DatabaseDeleteTruncateTestCase) [Database]2600
LeafDisabled node type upgrade path (DisabledNodeTypeTestCase) [Upgrade path]2500
LeafDiscovery of test classes (SimpleTestDiscoveryTestCase) [SimpleTest]7200
LeafDrupal error handlers (DrupalErrorHandlerTestCase) [System]3000
LeafDrupal goto (DrupalGotoTest) [System]2100
ExpandDrupal HTTP request (DrupalHTTPRequestTestCase) [System]14229
MessageGroupFilenameLineFunctionStatus
Fetched page successfully.Othercommon.test1013DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsercommon.test1015DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
current() expects parameter 1 to be array, boolean givenWarningdrupal_web_test_case.php3178DrupalWebTestCase->assertTitle()
Site title matches.Othercommon.test1015DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
Result code is 404Othercommon.test1020DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
Result status message is "Not Found"Othercommon.test1021DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
Request timed out (0.01672 seconds).Othercommon.test1036DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
Proper error code was returned.Othercommon.test1038DrupalHTTPRequestTestCase->testDrupalHTTPRequest()
Username is passed correctly.Othercommon.test1051DrupalHTTPRequestTestCase->testDrupalHTTPRequestBasicAuth()
Password is passed correctly.Othercommon.test1052DrupalHTTPRequestTestCase->testDrupalHTTPRequestBasicAuth()
Undefined property: stdClass::$redirect_codeNoticecommon.test1057DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
drupal_http_request follows the 301 redirect.Othercommon.test1057DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
301 redirect to invalid URL returned with error code Internal Server Error.Othercommon.test1063DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
301 redirect to invalid URL returned with error message "Internal Server Error".Othercommon.test1064DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
301 redirect to invalid URL returned with error message code "Internal Server Error".Othercommon.test1067DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
301 redirect to invalid URL returned with error message "Internal Server Error".Othercommon.test1068DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
301 redirect to invalid URL returned with error code Internal Server Error.Othercommon.test1071DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
301 redirect to invalid URL returned with error message "Internal Server Error".Othercommon.test1072DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
Undefined property: stdClass::$redirect_codeNoticecommon.test1075DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
drupal_http_request follows the 302 redirect.Othercommon.test1075DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
Undefined property: stdClass::$redirect_codeNoticecommon.test1081DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
drupal_http_request follows the 307 redirect.Othercommon.test1081DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
Undefined property: stdClass::$redirect_urlNoticecommon.test1088DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
redirect_url contains the final redirection location after 1 redirect.Othercommon.test1088DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
Undefined property: stdClass::$redirect_urlNoticecommon.test1091DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
redirect_url contains the final redirection location after 3 redirects.Othercommon.test1091DrupalHTTPRequestTestCase->testDrupalHTTPRequestRedirect()
Undefined index: content-languageNoticecommon.test1100DrupalHTTPRequestTestCase->testDrupalHTTPRequestHeaders()
Content-Language HTTP header is English.Othercommon.test1100DrupalHTTPRequestTestCase->testDrupalHTTPRequestHeaders()
Undefined index: content-languageNoticecommon.test1107DrupalHTTPRequestTestCase->testDrupalHTTPRequestHeaders()
Content-Language HTTP header is German.Othercommon.test1107DrupalHTTPRequestTestCase->testDrupalHTTPRequestHeaders()
LeafDrupal HTTP request response status parsing (DrupalHTTPResponseStatusLineTest) [System]900
LeafDrupal match path (DrupalMatchPathTestCase) [Path API]4100
LeafDrupal set/get regions (DrupalSetContentTestCase) [System]4000
LeafDrupal system listing (DrupalSystemListingTestCase) [System]600
LeafDrupal tags handling (DrupalTagsHandlingTestCase) [System]800
LeafDrupal\psr_0_test\Tests\ExampleTest100
LeafDrupal\psr_0_test\Tests\Nested\NestedExampleTest100
LeafDrupal\psr_4_test\Tests\ExampleTest100
LeafDrupal\psr_4_test\Tests\Nested\NestedExampleTest100
LeafDrupal\simpletest\Tests\PSR0WebTest100
LeafDrupal\simpletest\Tests\PSR4WebTest100
Leafdrupal_add_feed() tests (DrupalAddFeedTestCase) [System]600
Leafdrupal_alter() tests (DrupalAlterTestCase) [System]700
Leafdrupal_render() (DrupalRenderTestCase) [System]6200
LeafEarly bootstrap test (EarlyBootstrapTestCase) [System]600
LeafElement processing (FormElementTestCase) [Form API]2700
LeafEmbedded forms (SearchEmbedForm) [Search]3000
LeafEmpty statement (DatabaseEmptyStatementTestCase) [Database]400
ExpandEnable/disable modules (EnableDisableTestCase) [Module]568700168
MessageGroupFilenameLineFunctionStatus
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for dblog" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for dblog" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for aggregator" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for aggregator" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "aggregator" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the aggregator module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for aggregator" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the aggregator module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for aggregator" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for block" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for block" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "block" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the block module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for block" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the block module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for block" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for blog" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for blog" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "blog" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for blog" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for blog" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for book" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for book" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "book" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the book module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for book" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the book module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for book" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for color" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for color" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "color" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for color" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for color" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for comment" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for comment" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "comment" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the comment module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for comment" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the comment module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for comment" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for contact" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for contact" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "contact" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the contact module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for contact" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the contact module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for contact" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for contextual" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for contextual" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "contextual" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for contextual" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for contextual" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test203EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for dashboard" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for dashboard" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "dashboard" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for block" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for block" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "block" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the block module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for dashboard" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for dashboard" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for field_ui" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for field_ui" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "field_ui" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for field_ui" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for field_ui" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for file" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for file" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "file" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for file" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for file" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test203EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for forum" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for forum" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "forum" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the forum module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for taxonomy" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for taxonomy" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "taxonomy" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the taxonomy module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for options" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for options" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "options" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for comment" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for comment" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "comment" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the comment module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for forum" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the forum module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for forum" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for help" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for help" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "help" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for help" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for help" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test203EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for image" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for image" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "image" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the image module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for file" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for file" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "file" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for image" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the image module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for image" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for list" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for list" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "list" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for list" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for list" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for locale" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for locale" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "locale" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the locale module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for locale" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the locale module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for locale" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for menu" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for menu" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "menu" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the menu module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for menu" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the menu module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for menu" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for number" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for number" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "number" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for number" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for number" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for openid" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for openid" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "openid" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
All database tables defined by the openid module exist.Othersystem.test215EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for openid" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
All database tables defined by the openid module exist.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for openid" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for overlay" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for overlay" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "overlay" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for overlay" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for overlay" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for path" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for path" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "path" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for path" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for path" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
"hook_modules_installed fired for php" foundOthersystem.test212EnableDisableTestCase->testEnableDisable()
"hook_modules_enabled fired for php" foundOthersystem.test213EnableDisableTestCase->testEnableDisable()
Module "php" is enabled.Othersystem.test214EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module installed.Othersystem.test216EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module enabled.Othersystem.test217EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_disabled fired for php" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module disabled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test226EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test226EnableDisableTestCase->testEnableDisable()
"hook_modules_uninstalled fired for php" foundOthersystem.test226EnableDisableTestCase->testEnableDisable()
watchdog table contains 0 rows for %module module uninstalled.Othersystem.test226EnableDisableTestCase->testEnableDisable()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test199EnableDisableTestCase->testEnableDisable()
Modules status has been updated.Othersystem.test205EnableDisableTestCase->testEnableDisable()
LeafEntity CRUD hooks (EntityCrudHookTestCase) [Entity API]7800
LeafEntity loading (EntityLoadTestCase) [Entity API]400
LeafEntity properties (EntityPropertiesTestCase) [Entity API]400
LeafEntity query (EntityFieldQueryTestCase) [Entity API]17800
LeafFeed icon (FeedIconTest) [System]100
LeafFeed parser functionality (FeedParserTestCase) [Unknown]6900
LeafFetch tests (DatabaseFetchTestCase) [Database]4100
LeafFetch tests, part 2 (DatabaseFetch2TestCase) [Database]3200
LeafFetching multiple cache items (CacheGetMultipleUnitTest) [Cache]700
LeafField attach tests (other) (FieldAttachOtherTestCase) [Field API]10800
LeafField attach tests (storage-related) (FieldAttachStorageTestCase) [Field API]10100
LeafField bulk delete tests (FieldBulkDeleteTestCase) [Field API]7500
LeafField CRUD tests (FieldCrudTestCase) [Field API]7900
LeafField Display API tests (FieldDisplayAPITestCase) [Field API]6700
LeafField form tests (FieldFormTestCase) [Field API]29300
LeafField info tests (FieldInfoTestCase) [Field API]11400
LeafField instance CRUD tests (FieldInstanceCrudTestCase) [Field API]3800
LeafField SQL storage tests (FieldSqlStorageTestCase) [Field API]10600
LeafField translations tests (FieldTranslationsTestCase) [Field API]8300
LeafField update path (FieldUpdatePathTestCase) [Upgrade path]2100
LeafFile copying (FileCopyTest) [File API]11000
LeafFile delete (FileDeleteTest) [File API]2000
LeafFile download (FileDownloadTest) [File API]3900
LeafFile field display tests (FileFieldDisplayTestCase) [File]7400
LeafFile field file path tests (FileFieldPathTestCase) [File]2700
LeafFile field revision test (FileFieldRevisionTestCase) [File]6700
LeafFile field validation tests (FileFieldValidateTestCase) [File]11800
LeafFile field widget test (FileFieldWidgetTestCase) [File]30900
LeafFile loading (FileLoadTest) [File API]3400
LeafFile mimetypes (FileMimeTypeTest) [File API]4200
LeafFile moving (FileMoveTest) [File API]11000
LeafFile naming (FileNameMungingTest) [File API]700
LeafFile paths and directories (FileDirectoryTest) [File API]2000
LeafFile paths and directories (RemoteFileDirectoryTest) [File API (remote)]2400
LeafFile save data (FileSaveDataTest) [File API]9300
LeafFile saving (FileSaveTest) [File API]1500
LeafFile scan directory (FileScanDirectoryTest) [File API]2300
LeafFile scan directory (RemoteFileScanDirectoryTest) [File API (remote)]2300
LeafFile space used tests (FileSpaceUsedTest) [File API]1100
LeafFile token replacement (FileTokenReplaceTestCase) [File]3500
LeafFile uploading (FileSaveUploadTest) [File API]27100
LeafFile uploading (RemoteFileSaveUploadTest) [File API (remote)]27100
LeafFile URL rewriting (FileURLRewritingTest) [File]1700
LeafFile usage (FileUsageTest) [File]2100
LeafFile validate (FileValidateTest) [File API]1200
LeafFile validator tests (FileValidatorTest) [File API]2300
LeafFileTransfer unit tests (FileTranferTest) [System]200
LeafFilter administration functionality (FilterAdminTestCase) [Filter]18000
LeafFilter CRUD operations (FilterCRUDTestCase) [Filter]21800
LeafFilter format access (FilterFormatAccessTestCase) [Filter]27900
LeafFilter format hooks (FilterHooksTestCase) [Filter]3300
LeafFilter format upgrade path (FilterFormatUpgradePathTestCase) [Upgrade path]2800
LeafFilter module filters (FilterUnitTestCase) [Filter]21700
LeafFilter settings (FilterSettingsTestCase) [Filter]1000
LeafFingerprinting meta tag (AdminMetaTagTestCase) [System]300
LeafFlood control mechanism (FloodFunctionalTest) [System]600
LeafForm alter hooks (FormAlterTestCase) [Form API]400
LeafForm API checkbox (FormCheckboxTestCase) [Form API]9700
LeafForm API file inclusion (FormsFileInclusionTestCase) [Form API]1200
LeafForm element and label output test (FormsElementsLabelsTestCase) [Form API]2000
LeafForm element validation (FormsTestCase) [Form API]31800
LeafForm rebuilding (FormsRebuildTestCase) [Form API]5300
LeafForm redirecting (FormsRedirectTestCase) [Form API]3100
LeafForm state values clearance (advanced) (FormStateValuesCleanAdvancedTestCase) [Form API]700
LeafForm state values clearance (FormStateValuesCleanTestCase) [Form API]1400
LeafForm triggering element determination (FormsTriggeringElementTestCase) [Form API]5000
LeafForm validation handlers (FormValidationTestCase) [Form API]6900
LeafForm wrapper callback (FormsFormWrapperTestCase) [Form API]500
LeafFormat date (FormatDateUnitTest) [System]7200
LeafForms using form storage on cached pages (FormsFormStoragePageCacheTestCase) [Form API]4900
LeafForum functionality (ForumTestCase) [Forum]65000
LeafForum index (ForumIndexTestCase) [Forum]2700
LeafForum upgrade path (ForumUpgradePathTestCase) [Upgrade path]5500
ExpandFront page (FrontPageTestCase) [System]19114
MessageGroupFilenameLineFunctionStatus
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1528FrontPageTestCase->setUp()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1528FrontPageTestCase->setUp()
User yeoZE5fp successfully logged in.User loginsystem.test1528FrontPageTestCase->setUp()
Path is the front page.Othersystem.test1540FrontPageTestCase->testDrupalIsFrontPage()
Path is the front page.Othersystem.test1542FrontPageTestCase->testDrupalIsFrontPage()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1548FrontPageTestCase->testDrupalIsFrontPage()
"The path 'kittens' is either invalid or you do not have access to it." foundOthersystem.test1549FrontPageTestCase->testDrupalIsFrontPage()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1553FrontPageTestCase->testDrupalIsFrontPage()
The front page path has been saved.Othersystem.test1554FrontPageTestCase->testDrupalIsFrontPage()
Path is the front page.Othersystem.test1557FrontPageTestCase->testDrupalIsFrontPage()
Path is the front page.Othersystem.test1561FrontPageTestCase->testDrupalIsFrontPage()
LeafGet filename test (BootstrapGetFilenameTestCase) [Bootstrap]500
LeafGraph (GraphUnitTest) [System]2800
LeafHelp functionality (HelpTestCase) [Help]30700
LeafHTML Attributes (DrupalAttributesUnitTest) [System]600
LeafHTML identifiers (DrupalHTMLIdentifierTestCase) [System]1000
LeafHTML in page titles (PageTitleFiltering) [System]4000
LeafHTML to text conversion (DrupalHtmlToTextTestCase) [Mail]8400
LeafHTTP file retrieval (RetrieveFileTestCase) [System]700
LeafImage dimensions (ImageDimensionsTestCase) [Image]5400
LeafImage effects (ImageEffectsUnitTest) [Image]4300
LeafImage field default images tests (ImageFieldDefaultImagesTestCase) [Image]3400
LeafImage field display tests (ImageFieldDisplayTestCase) [Image]16300
LeafImage field validation tests (ImageFieldValidateTestCase) [Image]1900
LeafImage GD manipulation tests (ImageToolkitGdTestCase) [Image]13300
LeafImage moving (ImageFileMoveTest) [Image]400
LeafImage style flushing (ImageStyleFlushTest) [Image]3900
LeafImage styles and effects UI configuration (ImageAdminStylesUnitTest) [Image]18500
LeafImage styles path and URL functions (ImageStylesPathAndUrlTestCase) [Image]23000
LeafImage theme functions (ImageThemeFunctionWebTestCase) [Image]300
LeafImage toolkit tests (ImageToolkitUnitTest) [Image]6700
Leafimage_dimensions_scale() (ImageDimensionsScaleTestCase) [Image]1500
LeafImport feeds from OPML functionality (ImportOPMLTestCase) [Unknown]5400
LeafIndex.php handling (SystemIndexPhpTest) [System]900
LeafInfo file format parser (InfoFileParserTestCase) [System]900
LeafInsert tests (DatabaseInsertTestCase) [Database]6500
LeafInsert tests, default fields (DatabaseInsertDefaultsTestCase) [Database]2500
LeafInsert tests, LOB fields (DatabaseInsertLOBTestCase) [Database]1700
LeafInstallation profile module tests (SimpleTestInstallationProfileModuleTestsTestCase) [SimpleTest]1900
LeafInvalid data (DatabaseInvalidDataTestCase) [Database]900
LeafIP address and HTTP_HOST test (BootstrapIPAddressTestCase) [Bootstrap]1400
LeafIP address blocking (IPAddressBlockingTestCase) [System]4200
LeafJavaScript (JavaScriptTestCase) [System]11700
LeafJavascript library localisation (LocaleLibraryInfoAlterTest) [Locale]200
LeafJavascript translation (LocaleJavascriptTranslationTest) [Locale]6600
LeafJSON (DrupalJSONTest) [System]2100
LeafKeywords and conditions (SearchKeywordsConditions) [Search]2600
LeafLanguage configuration (LocaleConfigurationTest) [Locale]9800
LeafLanguage negotiation info (LocaleLanguageNegotiationInfoFunctionalTest) [Locale]4900
LeafLanguage switching (LocaleLanguageSwitchingFunctionalTest) [Locale]2600
LeafLinks (ThemeLinksTest) [Theme]1700
LeafList field (ListFieldTestCase) [Field types]1600
LeafList field dynamic values (ListDynamicValuesValidationTestCase) [Field types]900
LeafList field UI (ListFieldUITestCase) [Field types]20700
LeafLoad multiple nodes (NodeLoadMultipleTestCase) [Node]3600
LeafLocale uninstall (EN) (LocaleUninstallFunctionalTest) [Locale]3300
LeafLocale uninstall (FR) (LocaleUninstallFrenchFunctionalTest) [Locale]3600
LeafLocale upgrade path (LocaleUpgradePathTestCase) [Upgrade path]14300
LeafLocalize date formats (LocaleDateFormatsFunctionalTest) [Locale]3600
ExpandLocking framework tests (LockFunctionalTest) [System]1050
MessageGroupFilenameLineFunctionStatus
Lock acquired by the other request.Locklock.test32LockFunctionalTest->testLockAcquire()
Lock not acquired by the other request.Locklock.test37LockFunctionalTest->testLockAcquire()
Lock acquired by the other request, breaking our lock.Locklock.test45LockFunctionalTest->testLockAcquire()
Lock cannot be extended by this request.Locklock.test47LockFunctionalTest->testLockAcquire()
Lock acquired by the other request before exit.Locklock.test53LockFunctionalTest->testLockAcquire()
LeafMail system (MailTestCase) [System]400
ExpandMain content rendering fallback (SystemMainContentFallback) [System]312311
MessageGroupFilenameLineFunctionStatus
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1657SystemMainContentFallback->setUp()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1657SystemMainContentFallback->setUp()
User am9tI6nJ successfully logged in.User loginsystem.test1657SystemMainContentFallback->setUp()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1670SystemMainContentFallback->testMainContentFallback()
Modules status has been updated.Othersystem.test1671SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1674SystemMainContentFallback->testMainContentFallback()
Modules status has been updated.Othersystem.test1675SystemMainContentFallback->testMainContentFallback()
Block module disabled.Othersystem.test1677SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1681SystemMainContentFallback->testMainContentFallback()
Admin interface still available.Othersystem.test1681SystemMainContentFallback->testMainContentFallback()
Content handled by another moduleOthersystem.test1685SystemMainContentFallback->testMainContentFallback()
Main content still displayed.Othersystem.test1686SystemMainContentFallback->testMainContentFallback()
Main content fallback properly triggers.Othersystem.test1691SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1700SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1700SystemMainContentFallback->testMainContentFallback()
User czAnvWz5 successfully logged in.User loginsystem.test1700SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1702SystemMainContentFallback->testMainContentFallback()
User interface still available.Othersystem.test1702SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1705SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1705SystemMainContentFallback->testMainContentFallback()
User am9tI6nJ successfully logged in.User loginsystem.test1705SystemMainContentFallback->testMainContentFallback()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browsersystem.test1708SystemMainContentFallback->testMainContentFallback()
Modules status has been updated.Othersystem.test1709SystemMainContentFallback->testMainContentFallback()
LeafManage display (FieldUIManageDisplayTestCase) [Field UI]8400
LeafManage fields (FieldUIManageFieldsTestCase) [Field UI]20100
LeafManaged file element test (FileManagedFileElementTestCase) [File]30800
LeafMenu link creation/deletion (MenuTestCase) [Menu]70800
LeafMenu links (MenuLinksUnitTestCase) [Menu]5000
LeafMenu rebuild test (MenuRebuildTestCase) [Menu]500
LeafMenu router (MenuRouterTestCase) [Menu]23000
LeafMenu settings for nodes (MenuNodeTestCase) [Menu]6100
LeafMenu tree generation (MenuTreeDataTestCase) [Menu]400
LeafMenu tree output (MenuTreeOutputTestCase) [Menu]700
LeafMenu upgrade path (MenuUpgradePathTestCase) [Upgrade path]7200
LeafMerge tests (DatabaseMergeTestCase) [Database]9100
ExpandMessages (DrupalSetMessageTest) [System]310
MessageGroupFilenameLineFunctionStatus
"Second message (not removed)." foundOthersystem.test2888DrupalSetMessageTest->testSetRemoveMessages()
LeafMiscellaneous AJAX tests (AJAXElementValidation) [AJAX]800
LeafMiscellaneous bootstrap unit tests (BootstrapMiscTestCase) [Bootstrap]500
LeafMissing update dependencies (UpdateDependencyMissingTestCase) [Update API]400
LeafModule API (ModuleUnitTest) [Module]6600
LeafModule dependencies (ModuleDependencyTestCase) [Module]1247139
LeafModule implements alter (ModuleImplementsAlterTestCase) [Module]700
LeafModule installation (ModuleInstallTestCase) [Module]300
LeafModule uninstallation (ModuleUninstallTestCase) [Module]200
LeafModule versions (ModuleVersionTestCase) [Module]422416
LeafMultilingual fields (LocaleMultilingualFieldsFunctionalTest) [Locale]11500
LeafMultiple vocabulary term reference field (TaxonomyTermFieldMultipleVocabularyTestCase) [Taxonomy]2500
LeafMultistep form using form storage (FormsFormStorageTestCase) [Form API]17500
LeafMultistep node form basic options (MultiStepNodeFormBasicOptionsTest) [Node]1600
LeafNew default theme blocks (NewDefaultThemeBlocks) [Block]2400
LeafNo help (NoHelpTestCase) [Help]1200
LeafNode access (NodeAccessTestCase) [Node]3100
LeafNode access and fields (NodeAccessFieldTestCase) [Node]5000
LeafNode Access on any table (NodeAccessBaseTableTestCase) [Node]16300
LeafNode access pagination (NodeAccessPagerTestCase) [Node]3000
LeafNode access rebuild (NodeAccessRebuildTestCase) [Node]1600
LeafNode access records (NodeAccessRecordsTestCase) [Node]2400
LeafNode administration (NodeAdminTestCase) [Node]14200
LeafNode blocks (NodeBlockFunctionalTest) [Node]8400
LeafNode body upgrade path (NodeBodyUpgradePathTestCase) [Upgrade path]3500
LeafNode creation (NodeCreationTestCase) [Node]4100
LeafNode edit (PageEditTestCase) [Node]9300
LeafNode edit permissions (PageViewTestCase) [Node]3200
LeafNode entity query alter (NodeEntityFieldQueryAlter) [Node]3100
LeafNode entity view mode (NodeEntityViewModeAlterTest) [Node]3700
LeafNode feed (NodeFeedTestCase) [Node]100
LeafNode load hooks (NodeLoadHooksTestCase) [Node]500
LeafNode page cache test (NodePageCacheTest) [Node]4600
LeafNode post information display (NodePostSettingsTestCase) [Node]3400
LeafNode preview (PagePreviewTestCase) [Node]3500
LeafNode query alter (NodeQueryAlter) [Node]9000
LeafNode revision permissions (NodeRevisionPermissionsTestCase) [Node]3100
LeafNode revisions (NodeRevisionsTestCase) [Node]4400
LeafNode RSS Content (NodeRSSContentTestCase) [Node]1900
LeafNode save (NodeSaveTestCase) [Node]5200
LeafNode search query tags (SearchNodeTagTest) [Search]1900
LeafNode title (NodeTitleTestCase) [Node]2000
LeafNode title XSS filtering (NodeTitleXSSTestCase) [Node]2000
LeafNode token replacement (NodeTokenReplaceTestCase) [Node]3700
LeafNode type persist (NodeTypePersistenceTestCase) [Node]6200
LeafNode types (NodeTypeTestCase) [Node]11300
LeafNon default theme admin (NonDefaultBlockAdmin) [Block]1000
LeafNumber field (NumberFieldTestCase) [Field types]8700
LeafOpenID account registration (OpenIDRegistrationTestCase) [OpenID]13400
LeafOpenID account update (OpenIDInvalidIdentifierTransitionTestCase) [OpenID]37700
LeafOpenID discovery and login (OpenIDFunctionalTestCase) [OpenID]29400
LeafOpenID helper functions (OpenIDTestCase) [OpenID]4300
LeafOptions select dynamic values (OptionsSelectDynamicValuesTestCase) [Field types]1600
LeafOptions widgets (OptionsWidgetsTestCase) [Field types]26100
LeafOther Installation profiles (SimpleTestOtherInstallationProfileModuleTestsTestCase) [SimpleTest]1200
LeafOverriding server variables (BootstrapOverrideServerVariablesTestCase) [Bootstrap]600
ExpandPage cache test (BootstrapPageCacheTestCase) [Bootstrap]37406
MessageGroupFilenameLineFunctionStatus
Page was cached.Otherbootstrap.test130BootstrapPageCacheTestCase->testConditionalRequests()
Conditional request returned 304 Not Modified.Browserbootstrap.test135BootstrapPageCacheTestCase->testConditionalRequests()
Conditional request with obsolete If-Modified-Since date returned 304 Not Modified.Browserbootstrap.test138BootstrapPageCacheTestCase->testConditionalRequests()
Conditional request with obsolete If-Modified-Since date returned 304 Not Modified.Browserbootstrap.test141BootstrapPageCacheTestCase->testConditionalRequests()
Conditional request without If-None-Match returned 200 OK.Browserbootstrap.test144BootstrapPageCacheTestCase->testConditionalRequests()
Page was cached.Otherbootstrap.test145BootstrapPageCacheTestCase->testConditionalRequests()
Conditional request with new a If-Modified-Since date newer than Last-Modified returned 200 OK.Browserbootstrap.test148BootstrapPageCacheTestCase->testConditionalRequests()
Page was cached.Otherbootstrap.test149BootstrapPageCacheTestCase->testConditionalRequests()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browserbootstrap.test152BootstrapPageCacheTestCase->testConditionalRequests()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browserbootstrap.test152BootstrapPageCacheTestCase->testConditionalRequests()
User dcHRM9WK successfully logged in.User loginbootstrap.test152BootstrapPageCacheTestCase->testConditionalRequests()
Conditional request returned 200 OK for authenticated user.Browserbootstrap.test154BootstrapPageCacheTestCase->testConditionalRequests()
Absense of Page was not cached.Otherbootstrap.test155BootstrapPageCacheTestCase->testConditionalRequests()
Vary header was sent.Otherbootstrap.test169BootstrapPageCacheTestCase->testPageCache()
Cache-Control header was sent.Otherbootstrap.test170BootstrapPageCacheTestCase->testPageCache()
Expires header was sent.Otherbootstrap.test171BootstrapPageCacheTestCase->testPageCache()
Custom header was sent.Otherbootstrap.test172BootstrapPageCacheTestCase->testPageCache()
Page was cached.Otherbootstrap.test176BootstrapPageCacheTestCase->testPageCache()
Vary: Cookie header was sent.Otherbootstrap.test177BootstrapPageCacheTestCase->testPageCache()
Cache-Control header was sent.Otherbootstrap.test178BootstrapPageCacheTestCase->testPageCache()
Expires header was sent.Otherbootstrap.test179BootstrapPageCacheTestCase->testPageCache()
Custom header was sent.Otherbootstrap.test180BootstrapPageCacheTestCase->testPageCache()
Default header was replaced.Otherbootstrap.test184BootstrapPageCacheTestCase->testPageCache()
Default header was replaced.Otherbootstrap.test186BootstrapPageCacheTestCase->testPageCache()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browserbootstrap.test190BootstrapPageCacheTestCase->testPageCache()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browserbootstrap.test190BootstrapPageCacheTestCase->testPageCache()
User sdo8BJOg successfully logged in.User loginbootstrap.test190BootstrapPageCacheTestCase->testPageCache()
Caching was bypassed.Otherbootstrap.test192BootstrapPageCacheTestCase->testPageCache()
Cache-Control header was sent.Otherbootstrap.test194BootstrapPageCacheTestCase->testPageCache()
Expires header was sent.Otherbootstrap.test195BootstrapPageCacheTestCase->testPageCache()
Custom header was sent.Otherbootstrap.test196BootstrapPageCacheTestCase->testPageCache()
Page was gzip compressed.Otherbootstrap.test214BootstrapPageCacheTestCase->testPageCompression()
Page was cached.Otherbootstrap.test218BootstrapPageCacheTestCase->testPageCompression()
Page was gzip compressed.Otherbootstrap.test221BootstrapPageCacheTestCase->testPageCompression()
Page was cached.Otherbootstrap.test225BootstrapPageCacheTestCase->testPageCompression()
simplexml_import_dom(): Invalid Nodetype to importWarningdrupal_web_test_case.php1915DrupalWebTestCase->parse()
Parsed page successfully.Browserbootstrap.test227BootstrapPageCacheTestCase->testPageCompression()
current() expects parameter 1 to be array, boolean givenWarningdrupal_web_test_case.php3178DrupalWebTestCase->assertTitle()
Site title matches.Otherbootstrap.test227BootstrapPageCacheTestCase->testPageCompression()
Page was not compressed.Otherbootstrap.test228BootstrapPageCacheTestCase->testPageCompression()
Page was delivered after compression mode is changed (compression support enabled).Otherbootstrap.test236BootstrapPageCacheTestCase->testPageCompression()
Page was delivered after compression mode is changed (compression support disabled).Otherbootstrap.test240BootstrapPageCacheTestCase->testPageCompression()
LeafPager functionality (PagerFunctionalWebTestCase) [Pager]12300
LeafPager query tests (DatabaseSelectPagerDefaultTestCase) [Database]5200
LeafParsing .info files (ParseInfoFilesTestCase) [System]300
LeafPassword hashing (PasswordHashingTest) [System]1500
LeafPath alias functionality (PathTestCase) [Path]12400
LeafPath aliases with languages (PathLanguageUITestCase) [Path]7200
LeafPath aliases with translated nodes (PathLanguageTestCase) [Path]6400
LeafPath language settings (LocalePathFunctionalTest) [Locale]10000
LeafPath lookup (PathLookupTest) [Path API]1300
LeafPath save (PathSaveTest) [Path API]400
LeafPaths on non-English monolingual sites (PathMonolingualTestCase) [Path]3500
LeafPersonal contact form (ContactPersonalTestCase) [Contact]13600
LeafPHP filter access check (PHPAccessTestCase) [PHP]3800
LeafPHP filter functionality (PHPFilterTestCase) [PHP]4200
LeafPlural formula evaluation (LocalePluralFormatTest) [Locale]6600
LeafPoll add choice (PollJSAddChoice) [Poll]1700
LeafPoll choice deletion (PollDeleteChoiceTestCase) [Poll]5500
LeafPoll create (PollCreateTestCase) [Poll]19300
LeafPoll expiration (PollExpirationTestCase) [Poll]5300
LeafPoll token replacement (PollTokenReplaceTestCase) [Poll]13100
LeafPoll translation (PollTranslateTestCase) [Poll]7500
LeafPoll upgrade path (PollUpgradePathTestCase) [Upgrade path]21000
LeafPoll vote (PollVoteTestCase) [Poll]11000
LeafPrivate file test (FilePrivateTestCase) [File]4800
LeafProfile browsing (ProfileTestBrowsing) [Profile]3100
LeafProfile CRUD tests (ProfileCrudTestCase) [Profile]500
LeafProgrammatic form submissions (FormsProgrammaticTestCase) [Form API]3000
LeafQuery altering tests (DatabaseAlterTestCase) [Database]6900
LeafQuery logging (DatabaseLoggingTestCase) [Database]4900
LeafQuery parsing using drupal_get_query_array() (DrupalGetQueryArrayTestCase) [System]100
LeafQuery tagging tests (DatabaseTaggingTestCase) [Database]6300
LeafQueue functionality (QueueTestCase) [System]700
LeafRange query test (DatabaseRangeQueryTestCase) [Database]300
LeafRDF comment mapping (RdfCommentAttributesTestCase) [RDF]20600
LeafRDF mapping CRUD functions (RdfCrudTestCase) [RDF]1000
LeafRDF mapping definition functionality (RdfMappingDefinitionTestCase) [RDF]6100
LeafRDF mapping hook (RdfMappingHookTestCase) [RDF]600
LeafRDF namespaces (RdfGetRdfNamespacesTestCase) [RDF]500
LeafRDF namespaces XML serialization tests (DrupalGetRdfNamespacesTestCase) [System]700
LeafRDF tracker page mapping (RdfTrackerAttributesTestCase) [RDF]3300
LeafRDFa markup (RdfRdfaMarkupTestCase) [RDF]2900
LeafRebuild arbitrary forms (FormsArbitraryRebuildTestCase) [Form API]1600
LeafRebuild content (NodeBuildContent) [Node]100
LeafRegistry parse file test (RegistryParseFileTestCase) [System]200
LeafRegistry parse files test (RegistryParseFilesTestCase) [System]600
LeafRegression tests (DatabaseRegressionTestCase) [Database]3500
LeafRemove feed functionality (RemoveFeedTestCase) [Unknown]2400
LeafRemove feed item functionality (RemoveFeedItemTestCase) [Unknown]26900
LeafRender element types (RenderElementTypesTestCase) [Theme]400
LeafRequired modules (ModuleRequiredTestCase) [Module]192212
LeafRequirements hook failure (HookRequirementsTestCase) [Module]1153
LeafReset password (UserPasswordResetTestCase) [User]6400
LeafResettable static variables test (BootstrapResettableStaticTestCase) [Bootstrap]500
LeafRole assignment (UserRolesAssignmentTestCase) [User]5100
LeafRole permissions (UserPermissionsTestCase) [User]5000
LeafSchema API (SchemaTestCase) [Database]58800
LeafSearch and node access (SearchNodeAccessTest) [Search]3800
LeafSearch engine phrase queries (SearchExactTestCase) [Search]2300
LeafSearch engine queries (SearchMatchTestCase) [Search]14500
LeafSearch engine ranking (SearchRankingTestCase) [Search]6400
LeafSearch excerpt extraction (SearchExcerptTestCase) [Search]1800
LeafSearch expression insert/extract (SearchExpressionInsertExtractTestCase) [Search]2400
LeafSearch language selection (SearchLanguageTestCase) [Search]4600
LeafSearch number matching (SearchNumberMatchingTestCase) [Search]34600
LeafSearch numbers (SearchNumbersTestCase) [Search]22900
LeafSearch page override (SearchPageOverride) [Search]2500
LeafSearch page text (SearchPageText) [Search]6700
LeafSearch simplify (SearchSimplifyTestCase) [Search]65100
LeafSearch with numeric locale set (SearchSetLocaleTest) [Search]300
LeafSecurity (FilterSecurityTestCase) [Filter]2700
LeafSelect tests (DatabaseSelectTestCase) [Database]15700
LeafSelect tests, cloning (DatabaseSelectCloneTest) [Database]900
LeafSelect tests, complex (DatabaseSelectComplexTestCase) [Database]15700
LeafSelect tests, complex 2 (DatabaseSelectComplexTestCase2) [Database]1500
LeafSelect tests, ordered (DatabaseSelectOrderedTestCase) [Database]4000
LeafSelect tests, subqueries (DatabaseSelectSubqueryTestCase) [Database]4900
LeafSequences API (DatabaseNextIdCase) [Database]200
LeafSerialization (FilterDOMSerializeTestCase) [Filter]100
LeafSerialize query (DatabaseSerializeQueryTestCase) [Database]800
LeafSession HTTPS handling (SessionHttpsTestCase) [Session]10200
LeafSession tests (SessionTestCase) [Session]19200
LeafShortcut link functionality (ShortcutLinksTestCase) [Shortcut]13600
LeafShortcut set functionality (ShortcutSetsTestCase) [Shortcut]17600
ExpandShutdown functions (ShutdownFunctionsTest) [System]230
MessageGroupFilenameLineFunctionStatus
"First shutdown function, arg1 : mlY83I5N, arg2: oNU6ZTnE" foundOthersystem.test2576ShutdownFunctionsTest->testShutdownFunctions()
"Second shutdown function, arg1 : mlY83I5N, arg2: oNU6ZTnE" foundOthersystem.test2577ShutdownFunctionsTest->testShutdownFunctions()
Raw "Drupal is <blink>awesome</blink>." foundOthersystem.test2581ShutdownFunctionsTest->testShutdownFunctions()
LeafSimpleTest browser (SimpleTestBrowserTestCase) [SimpleTest]1600
LeafSimpleTest e-mail capturing (SimpleTestMailCaptureTestCase) [SimpleTest]1300
ExpandSimpleTest error collector (DrupalErrorCollectionUnitTest) [SimpleTest]210
MessageGroupFilenameLineFunctionStatus
Three errors were collectedOthercommon.test2476DrupalErrorCollectionUnitTest->testErrorCollect()
LeafSimpleTest functionality (SimpleTestFunctionalTest) [SimpleTest]11700
LeafSite maintenance mode functionality (SiteMaintenanceTestCase) [System]8000
LeafSite-wide contact form (ContactSitewideTestCase) [Contact]23900
LeafSize parsing test (CommonSizeTestCase) [System]3500
LeafStatistics logging tests (StatisticsLoggingTestCase) [Statistics]3600
LeafStatistics reports tests (StatisticsReportsTestCase) [Statistics]8600
LeafStatistics token replacement (StatisticsTokenReplaceTestCase) [Statistics]3000
LeafStream wrappers (StreamWrapperTest) [File API]1900
LeafString filtering tests (CommonXssUnitTest) [System]1700
LeafString translate, search and validate (LocaleTranslationFunctionalTest) [Locale]35900
LeafString translation using st() (LocaleInstallTest) [Locale]200
LeafSummary length (SummaryLengthTestCase) [Node]1500
LeafSyslog functionality (SyslogTestCase) [Syslog]1700
LeafSystem info alter (SystemInfoAlterTestCase) [System]1000
LeafTableselect form element type test (FormsElementsTableSelectFunctionalTest) [Form API]6000
LeafTablesort (TableSortTest) [System]600
LeafTablesort query tests (DatabaseSelectTableSortDefaultTestCase) [Database]4700
LeafTaxonomy EntityFieldQuery (TaxonomyEFQTestCase) [Taxonomy]1000
LeafTaxonomy RSS Content. (TaxonomyRSSTestCase) [Taxonomy]2300
LeafTaxonomy term file test (FileTaxonomyTermTestCase) [File]5000
LeafTaxonomy term functions and forms. (TaxonomyTermTestCase) [Taxonomy]22800
LeafTaxonomy term hooks (TaxonomyHooksTestCase) [Taxonomy]2200
LeafTaxonomy term index (TaxonomyTermIndexTestCase) [Taxonomy]4400
LeafTaxonomy term multiple loading (TaxonomyLoadMultipleTestCase) [Taxonomy]1700
LeafTaxonomy term reference field (TaxonomyTermFieldTestCase) [Taxonomy]4400
LeafTaxonomy term unit tests (TaxonomyTermFunctionTestCase) [Taxonomy]700
LeafTaxonomy term URL aliases (PathTaxonomyTermTestCase) [Path]3500
LeafTaxonomy theme switching (TaxonomyThemeTestCase) [Taxonomy]1700
LeafTaxonomy token replacement (TaxonomyTokenReplaceTestCase) [Taxonomy]5300
LeafTaxonomy upgrade path (UpgradePathTaxonomyTestCase) [Upgrade path]164500
LeafTaxonomy vocabularies (TaxonomyVocabularyTestCase) [Taxonomy]7500
LeafTaxonomy vocabulary interface (TaxonomyVocabularyFunctionalTest) [Taxonomy]10500
LeafTemporary query test (DatabaseTemporaryQueryTestCase) [Database]700
LeafTest date field (ProfileTestDate) [Profile]4800
LeafTest field weights (ProfileTestWeights) [Profile]5200
LeafTest for legacy node bug. (TaxonomyLegacyTestCase) [Taxonomy]1400
LeafTest select field (ProfileTestSelect) [Profile]4400
LeafTest single fields (ProfileTestFields) [Profile]17900
LeafTest statistics admin. (StatisticsAdminTestCase) [Statistics]10800
LeafTest user actions (TriggerUserActionTestCase) [Trigger]6600
LeafTest user triggers (TriggerUserTokenTestCase) [Trigger]18600
LeafTesting SimpleTest setUp (SimpleTestFolderTestCase) [SimpleTest]200
LeafText field (TextFieldTestCase) [Field types]20000
LeafText summary (TextSummaryTestCase) [Field types]13800
LeafText translation (TextTranslationTestCase) [Field types]10600
LeafTheme API (ThemeTestCase) [Theme]4600
LeafTheme debug markup (ThemeDebugMarkupTestCase) [Theme]1500
LeafTheme fast initialization (ThemeFastTestCase) [Theme]1100
LeafTheme initialization in hook_init() (ThemeHookInitTestCase) [Theme]500
LeafTheme interface functionality (SystemThemeFunctionalTest) [System]17000
LeafTheme item list (ThemeItemListUnitTest) [Theme]100
LeafTheme Table (ThemeTableTestCase) [Theme]800
LeafThemeRegistry (ThemeRegistryTestCase) [Theme]600
LeafTimer test (BootstrapTimerTestCase) [Bootstrap]500
LeafToken replacement (TokenReplaceTestCase) [System]3600
LeafToken scanning (TokenScanTest) [System]400
LeafToken validation (SystemValidTokenTest) [System]600
LeafTop visitor blocking (StatisticsBlockVisitorsTestCase) [Statistics]4600
LeafTracker (TrackerTest) [Tracker]28800
LeafTransaction tests (DatabaseTransactionTestCase) [Database]7900
LeafTranslatable content upgrade path (TranslatableUpgradePathTestCase) [Upgrade path]2800
LeafTranslation export (LocaleExportFunctionalTest) [Locale]3100
LeafTranslation functionality (TranslationTestCase) [Translation]56000
LeafTranslation import (LocaleImportFunctionalTest) [Locale]15600
LeafTrigger content (node) actions (TriggerContentTestCase) [Trigger]34300
LeafTrigger cron (system) actions (TriggerCronTestCase) [Trigger]3400
LeafTrigger orphaned actions (TriggerOrphanedActionsTestCase) [Trigger]3800
LeafTrigger other actions (TriggerOtherTestCase) [Trigger]11500
LeafTrigger unassigning (TriggerUnassignTestCase) [Trigger]1200
LeafTrigger update path (TriggerUpdatePathTestCase) [Upgrade path]2000
LeafTrigger upgrade path (UpgradePathTriggerTestCase) [Upgrade path]3100
LeafUI language negotiation (LocaleUILanguageNegotiationTest) [Locale]15200
LeafUnassigned text format functionality (FilterNoFormatTestCase) [Filter]100
LeafUnicode handling (UnicodeUnitTest) [System]17600
LeafUnique HTML IDs (HTMLIdTestCase) [Form API]700
LeafUnit tests (UpdateCoreUnitTestCase) [Update]400
LeafUnmanaged file copying (FileUnmanagedCopyTest) [File API]3100
LeafUnmanaged file copying (RemoteFileUnmanagedCopyTest) [File API (remote)]3400
LeafUnmanaged file delete (FileUnmanagedDeleteTest) [File API]800
LeafUnmanaged file delete (RemoteFileUnmanagedDeleteTest) [File API (remote)]1100
LeafUnmanaged file moving (FileUnmanagedMoveTest) [File API]2200
LeafUnmanaged file moving (RemoteFileUnmanagedMoveTest) [File API (remote)]2500
LeafUnmanaged file save data (FileUnmanagedSaveDataTest) [File API]700
LeafUnmanaged file save data (RemoteFileUnmanagedSaveDataTest) [File API (remote)]800
LeafUnmanaged recursive file delete (FileUnmanagedDeleteRecursiveTest) [File API]1700
LeafUnmanaged recursive file delete (RemoteFileUnmanagedDeleteRecursiveTest) [File API (remote)]2100
LeafUpdate contrib functionality (UpdateTestContribCase) [Update]18800
LeafUpdate core functionality (UpdateCoreTestCase) [Update]21400
LeafUpdate dependency hook invocation (UpdateDependencyHookInvocationTestCase) [Update API]400
LeafUpdate dependency ordering (UpdateDependencyOrderingTestCase) [Update API]500
LeafUpdate feed functionality (UpdateFeedTestCase) [Unknown]7500
LeafUpdate feed item functionality (UpdateFeedItemTestCase) [Unknown]6400
LeafUpdate functionality (UpdateScriptFunctionalTest) [System]20500
LeafUpdate on cron functionality (AggregatorCronTestCase) [Unknown]5400
LeafUpdate tests (DatabaseUpdateTestCase) [Database]7200
LeafUpdate tests, Complex (DatabaseUpdateComplexTestCase) [Database]6600
LeafUpdate tests, LOB (DatabaseUpdateLOBTestCase) [Database]1700
LeafUpload and extract module functionality (UpdateTestUploadCase) [Update]6400
LeafUpload upgrade path (UploadUpgradePathTestCase) [Upgrade path]4700
LeafUpload user picture (UserPictureTestCase) [User]12300
LeafURL altering (UrlAlterFunctionalTest) [Path API]3400
ExpandURL destination validation (BootstrapDestinationTestCase) [Bootstrap]1980
MessageGroupFilenameLineFunctionStatus
Standard internal example node path is present in the 'destination' parameter.Otherbootstrap.test645BootstrapDestinationTestCase->testDestination()
Standard internal example node path is present in the 'destination' parameter.Otherbootstrap.test656BootstrapDestinationTestCase->testDestination()
Internal path with one leading slash is allowed.Otherbootstrap.test645BootstrapDestinationTestCase->testDestination()
Internal path with one leading slash is allowed.Otherbootstrap.test656BootstrapDestinationTestCase->testDestination()
Internal URL using a colon is allowed.Otherbootstrap.test645BootstrapDestinationTestCase->testDestination()
Internal URL using a colon is allowed.Otherbootstrap.test656BootstrapDestinationTestCase->testDestination()
Javascript URL is allowed because it is treated as an internal URL.Otherbootstrap.test645BootstrapDestinationTestCase->testDestination()
Javascript URL is allowed because it is treated as an internal URL.Otherbootstrap.test656BootstrapDestinationTestCase->testDestination()
LeafURL generation tests (CommonURLUnitTest) [System]6000
LeafURL rewriting (LocaleUrlRewritingTest) [Locale]3400
LeafUser account links (UserAccountLinksUnitTests) [User]3900
LeafUser administration (UserAdminTestCase) [User]6100
LeafUser autocompletion (UserAutocompleteTestCase) [User]2600
LeafUser blocks (UserBlocksUnitTests) [User]4800
LeafUser create (UserCreateTestCase) [User]2700
LeafUser creation (LocaleUserCreationTest) [Locale]6900
LeafUser edit (UserEditTestCase) [User]6600
LeafUser edited own account (UserEditedOwnAccountTestCase) [User]2300
LeafUser language settings (LocaleUserLanguageFunctionalTest) [Locale]5000
LeafUser login (UserLoginTestCase) [User]16300
LeafUser poll vote capability. (PollVoteCheckHostname) [Poll]14500
LeafUser registration (UserRegistrationTestCase) [User]13700
LeafUser role administration (UserRoleAdminTestCase) [User]5400
LeafUser save test (UserSaveTestCase) [User]300
LeafUser search (UserUserSearchTestCase) [User]6000
LeafUser signatures (UserSignatureTestCase) [User]4400
LeafUser time zones (UserTimeZoneFunctionalTest) [User]2900
LeafUser token replacement (UserTokenReplaceTestCase) [User]3900
LeafUser update path (UserUpdatePathTestCase) [Upgrade path]2100
LeafUser upgrade path (duplicated permission) (UserUpgradePathDuplicatedPermissionTestCase) [Upgrade path]2400
LeafUser upgrade path (password token involved) (UserUpgradePathPasswordTokenTestCase) [Upgrade path]2700
LeafUser upgrade path (password token not involved) (UserUpgradePathNoPasswordTokenTestCase) [Upgrade path]2300
LeafUser validate current pass custom form (UserValidateCurrentPassCustomForm) [User]1700
LeafUsername/e-mail validation (UserValidationTestCase) [User]1900
LeafValid URL (ValidUrlTestCase) [System]7900
ExpandVariable test (BootstrapVariableTestCase) [Bootstrap]710
MessageGroupFilenameLineFunctionStatus
Variable persists across multiple requestsOtherbootstrap.test269BootstrapVariableTestCase->testVariable()
LeafVertical tabs form element type test (FormsElementsVerticalTabsFunctionalTest) [Form API]400
LeafWidget customization (FieldUIAlterTestCase) [Field UI]1800
LeafXML-RPC basic (XMLRPCBasicTestCase) [XML-RPC]600
LeafXML-RPC message and alteration (XMLRPCMessagesTestCase) [XML-RPC]700
LeafXML-RPC validator (XMLRPCValidator1IncTestCase) [XML-RPC]1000