API page: https://api.drupal.org/api/drupal/core%21modules%21simpletest%21lib%21Dr...

Enter a descriptive title (above) relating to abstract class TestBase, then describe the problem you have found:

The TestBase docs say:

Do not extend this class directly, use either \Drupal\simpletest\WebTestBaseBase or \Drupal\simpletest\UnitTestBaseBase.

Two problems:
a) (minor) This is a comma splice. The comma should be a semicolon ; or else it should be broken up into two sentences.
b) The class names are actually WebTestBase and UnitTestBase. They do not end in BaseBase.

CommentFileSizeAuthor
#1 drupal_core-doc_header_fix-2174569-0.patch642 bytesAnonymous (not verified)

Comments

Anonymous’s picture

StatusFileSize
new642 bytes
Anonymous’s picture

Status: Active » Needs review

Changing status to "needs review" since I forgot to do that.

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Both points mentioned in the issue summary got fixed

jhodgdon’s picture

Thanks! We're in a "commit only majors and criticals" period at the moment. I'll get this committed after the 22nd.

jhodgdon’s picture

Status: Reviewed & tested by the community » Fixed

Thanks again! Committed to 8.x.

Status: Fixed » Closed (fixed)

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