Problem/Motivation

All of the Examples tests were converted to use BrowserTestBase instead of the deprecated WebTestBase.

However, we ended up with some getInfo() methods still left in the tests. This method is no longer used by the testing system.

The goal of this issue is to remove those getInfo() methods from the tests in Examples.

Proposed resolution

Search through the tests.

Find any test that has a getInfo() method.

Remove the getInfo() method.

Make a patch with the changes.

Submit it here.

Remaining tasks

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Mile23 created an issue. See original summary.

jalpesh’s picture

Status: Active » Needs review
FileSize
2.12 KB

Here you go with patch.

  • Mile23 committed 8cc7892 on 8.x-1.x authored by jalpesh
    Issue #2897982 by jalpesh: Remove stale getInfo() from tests
    
Mile23’s picture

Status: Needs review » Fixed

Thanks, @jalpesh!

Committed and pushed.

Status: Fixed » Closed (fixed)

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