Problem/Motivation
\Drupal\Tests\taxonomy\Functional\Views\TaxonomyTermFilterDepthTest Makes no HTTP requests and all its tests and assertions are already fully covered by \Drupal\Tests\taxonomy\Kernel\Views\TaxonomyTermFilterDepthTest.
In fact that Kernel test even has a few more assertions.
Steps to reproduce
Proposed resolution
- Delete \Drupal\Tests\taxonomy\Functional\Views\TaxonomyTermFilterDepthTest.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3414667
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
spokjeComment #4
smustgrave commentedReviewed \Drupal\Tests\taxonomy\Kernel\Views\TaxonomyTermFilterDepthTest and does seem to be testing the same as the functional.
Comment #7
catchCommitted/pushed to 11.x and cherry-picked to 10.2.x, thanks!