Problem/Motivation

The automated tests on the Drupal infrastructure are currently failing:

PHP Warning: array_filter(): An error occurred while invoking the filter callback in /var/www/html/core/scripts/run-tests.sh on line 1161
PHP Fatal error: Uncaught exception 'Drupal\simpletest\Exception\MissingGroupException' with message 'Missing @group annotation in Drupal\Tests\extra_field\Functional\ExtraFieldBrowserTestBase' in /var/www/html/core/modules/simpletest/src/TestDiscovery.php:360

https://www.drupal.org/pift-ci-job/1004572

Proposed resolution

Make \Drupal\Tests\extra_field\Functional\ExtraFieldBrowserTestBase abstract, similar to the implementation in Search API / Group / LinkIt

Remaining tasks

  1. Write a patch
  2. Review
  3. Commit

User interface changes

None.

API changes

None.

Data model changes

None.

Comments

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review
StatusFileSize
new982 bytes

Attached patch makes \Drupal\Tests\extra_field\Functional\ExtraFieldBrowserTestBase abstract to fix the test runner on the Drupal infrastructure.

sutharsan’s picture

Status: Needs review » Reviewed & tested by the community

  • Sutharsan committed 80eadf6 on 8.x-1.x authored by idebr
    Issue #2986211 by idebr, Sutharsan: Missing @group annotation in Drupal\...
sutharsan’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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