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;
Issue fork examples-3391210
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
tyler36 commentedComment #4
tyler36 commentedTests seem to be failing due to unrelated issues.
Comment #5
jlbellidoI've reviewed the tests and seems to be unrelated as #4 is pointing out. I'm re-running the tests.
Comment #7
avpadernoI have updated the issue fork, which was one commit behind the upstream repository.
Comment #8
avpadernoComment #10
avpaderno