When navigating to admin/config/development/testing for the first time on a newly-created D8 test site, I see the following:
- Strict warning: Declaration of ContentMigrateTextTestCase::setupField() should be compatible with that of ContentMigrateTestCase::setupField() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of ContentMigrateListTestCase::setupField() should be compatible with that of ContentMigrateTestCase::setupField() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of FeedsCSVtoTermsTest::setUp() should be compatible with that of FeedsWebTestCase::setUp() in require_once() (line 14 of /home/bobvin/www/8.x/sites/all/modules/feeds/tests/feeds_processor_term.test).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsCSVtoTermsTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of FeedsCSVtoUsersTest::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsCSVtoUsersTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsDateTimeTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsFileFetcherTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of FeedsMapperDateTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in require_once() (line 17 of /home/bobvin/www/8.x/sites/all/modules/feeds/tests/feeds_mapper_date.test).
- Strict warning: Declaration of FeedsMapperFieldTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of FeedsMapperFileTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of FeedsMapperLinkTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of FeedsRSStoNodesTest::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsRSStoNodesTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsSchedulerTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method ParserCSVTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of FeedsExamplesNodeTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of FeedsExamplesUserTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsExamplesNodeTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsExamplesUserTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of FeedsExamplesFeedTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of FeedsExamplesOPMLTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsExamplesFeedTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsExamplesOPMLTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FlagTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method GeoNamesAllTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method GeoNamesTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkAttributeCrudTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkContentCrudTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkUITest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of LinkValidateTestCase::setUp() should be compatible with that of LinkBaseTestClass::setUp() in require_once() (line 11 of /home/bobvin/www/8.x/sites/all/modules/link/tests/link.validate.test).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkValidateSpecificURL::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkValidateTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkValidateTestNews::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkValidateUrlLight::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of MollomInstallationTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomFallbackTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomBlacklistTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomProfanityTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomFormConfigurationTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomProfileFormsTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomCommentFormTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomContactFormTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomDataTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomAnalysisTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomReportTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method PrivatemsgFilterWidgetTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method ProfileRoleTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of RevisionAllTypeRevisioningTests::setUp() should be compatible with that of RevisionAllBase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of RevisionAllEnableFutureTests::setUp() should be compatible with that of RevisionAllBase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of RevisionAllPreventOverrideTests::setUp() should be compatible with that of RevisionAllBase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of RoleChangeNotifyTestCase::verboseEmail() should be compatible with that of DrupalWebTestCase::verboseEmail() in require_once() (line 11 of /home/bobvin/www/8.x/sites/all/modules/role_change_notify/role_change_notify.test).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method SchemaRegressionTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method SearchApiUnitTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of ContentMigrateTextTestCase::setupField() should be compatible with that of ContentMigrateTestCase::setupField() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of ContentMigrateListTestCase::setupField() should be compatible with that of ContentMigrateTestCase::setupField() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of FeedsCSVtoTermsTest::setUp() should be compatible with that of FeedsWebTestCase::setUp() in require_once() (line 14 of /home/bobvin/www/8.x/sites/all/modules/feeds/tests/feeds_processor_term.test).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsCSVtoTermsTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of FeedsCSVtoUsersTest::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsCSVtoUsersTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsDateTimeTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsFileFetcherTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of FeedsMapperDateTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in require_once() (line 17 of /home/bobvin/www/8.x/sites/all/modules/feeds/tests/feeds_mapper_date.test).
- Strict warning: Declaration of FeedsMapperFieldTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of FeedsMapperFileTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of FeedsMapperLinkTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of FeedsRSStoNodesTest::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsRSStoNodesTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsSchedulerTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method ParserCSVTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of FeedsExamplesNodeTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of FeedsExamplesUserTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsExamplesNodeTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsExamplesUserTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of FeedsExamplesFeedTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of FeedsExamplesOPMLTestCase::setUp() should be compatible with that of FeedsWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsExamplesFeedTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FeedsExamplesOPMLTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method FlagTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method GeoNamesAllTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method GeoNamesTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkAttributeCrudTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkContentCrudTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkUITest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of LinkValidateTestCase::setUp() should be compatible with that of LinkBaseTestClass::setUp() in require_once() (line 11 of /home/bobvin/www/8.x/sites/all/modules/link/tests/link.validate.test).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkValidateSpecificURL::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkValidateTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkValidateTestNews::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method LinkValidateUrlLight::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of MollomInstallationTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomFallbackTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomBlacklistTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomProfanityTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomFormConfigurationTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomProfileFormsTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomCommentFormTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomContactFormTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomDataTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomAnalysisTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of MollomReportTestCase::setUp() should be compatible with that of MollomWebTestCase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method PrivatemsgFilterWidgetTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method ProfileRoleTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of RevisionAllTypeRevisioningTests::setUp() should be compatible with that of RevisionAllBase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of RevisionAllEnableFutureTests::setUp() should be compatible with that of RevisionAllBase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of RevisionAllPreventOverrideTests::setUp() should be compatible with that of RevisionAllBase::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: Declaration of RoleChangeNotifyTestCase::verboseEmail() should be compatible with that of DrupalWebTestCase::verboseEmail() in require_once() (line 11 of /home/bobvin/www/8.x/sites/all/modules/role_change_notify/role_change_notify.test).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method SchemaRegressionTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method SearchApiUnitTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of UbercartAttributeTestCase::setUp() should be compatible with that of UbercartTestHelper::setUp() in require_once() (line 11 of /home/bobvin/www/8.x/sites/all/modules/ubercart/uc_attribute/tests/uc_attribute.test).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method UbercartAttributeTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: Declaration of UbercartProductTestCase::setUp() should be compatible with that of UbercartTestHelper::setUp() in _registry_check_code() (line 2994 of /home/bobvin/www/8.x/includes/bootstrap.inc).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method UbercartStoreCountriesTest::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method UserRelationshipsTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).
- Strict warning: call_user_func() expects parameter 1 to be a valid callback, non-static method UserRelationshipsPrivatemsgRecipientTestCase::getInfo() should not be called statically in simpletest_test_get_all() (line 327 of /home/bobvin/www/8.x/modules/simpletest/simpletest.module).