Needs work
Project:
Drupal core
Version:
main
Component:
taxonomy.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2024 at 18:44 UTC
Updated:
15 Oct 2024 at 16:51 UTC
Jump to comment: Most recent
The only page loads that TermIndexTest::testTaxonomyIndex() makes are for setup tasks -- these should be done using the API anyway.
The actual thing being tested is the state of the database.
Therefore, this test method should be converted to a kernel test.
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 #2
cilefen commentedComment #5
joachim commentedThe new kernel test looks ok, but the whole of the functional test class is being removed, which is losing other tests!