Running mail_logger.test on PHP 7 produces this warning

Deprecated function: Non-static method MailLoggerTest::getInfo() should not be called statically in simpletest_test_get_all() (line 372 of /path/to/docroot/modules/simpletest/simpletest.module).

The function just needs to be declared as static.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

brad.bulger created an issue. See original summary.

brad.bulger’s picture

brad.bulger’s picture

Issue summary: View changes

  • NancyDru committed a05de5e on 7.x-1.x authored by brad.bulger
    Issue #2877064 by brad.bulger: deprecated static function call in test...
NancyDru’s picture

Status: Active » Fixed

Committed. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.