Problem/Motivation

The functional tests are currently in the tests/Functional directory, while they should be in tests/src/Functional. Similarly, the namespace should be Drupal\Tests\flag\Functional rather than the current Drupal\Tests\yourmodule\Functional. The only reason these are currently run is that the run-tests.sh script will find them no matter where they are. The phpunit runner would not find this test.

Proposed resolution

Move the file and fix the namespace.

Remaining tasks

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jhedstrom created an issue. See original summary.

jhedstrom’s picture

Status: Active » Needs review
FileSize
529 bytes

  • joachim committed e42f3f1 on 8.x-4.x authored by jhedstrom
    Issue #2829770 by jhedstrom: Fixed PHPUnit-based functional tests in the...
joachim’s picture

Status: Needs review » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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