modules/action_example/tests/src/Functional/ActionExampleTest.php uses a wrong namespace

Created on 3 October 2023, over 1 year ago
Updated 14 July 2024, 9 months ago

The modules/action_example/tests/src/Functional/ActionExampleTest.php file contains the following line.

namespace Drupal\Tests\theming_example\Functional;

Since the module machine name is action_example, the correct namespace is Drupal\Tests\action_example\Functional. That line must be changed to the following one.

namespace Drupal\Tests\action_example\Functional;
🐛 Bug report
Status

Fixed

Version

4.0

Component

Action Example

Created by

🇯🇵Japan tyler36 Osaka

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024