Problem/Motivation

The Base class should just offer a rough outline for further test classes. Any actual testing should be done in a class which extends from the test base class.

Proposed resolution

Add abstract in front of class LoginSecurityTestBase.

Remaining tasks

None

User interface changes

None

API changes

None

CommentFileSizeAuthor
#1 abstractTestBase_2480829_1.patch514 bytesLKS90
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

LKS90’s picture

Status: Needs work » Needs review
FileSize
514 bytes

Here is a patch which does this task.

Berdir’s picture

Status: Needs review » Reviewed & tested by the community

This is a problem because run-tests.sh tries to run this as a test when using --files.

  • jribeiro committed 26687ee on 8.x-1.x authored by LKS90
    Issue #2480829 by LKS90: Make the TestBase an abstract class
    
jribeiro’s picture

Status: Reviewed & tested by the community » Fixed

Fix pushed.

Thanks LKS90

Status: Fixed » Closed (fixed)

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