- Issue created by @smustgrave
- First commit to issue fork.
- last update
almost 2 years ago 29,368 pass - @ranjit1032002 opened merge request.
28:53 28:27 Running- 🇮🇳India Ranjit1032002
Created MR!3928 for the issue mentioned, please review.
Thank you. - Status changed to Needs review
almost 2 years ago 2:01pm 4 May 2023 - Status changed to Needs work
almost 2 years ago 6:41pm 6 May 2023 - 🇺🇸United States smustgrave
We aren't moving a test into lib folder. This can be shown by there are no tests in lib to begin with.
- Assigned to purencool
- 🇦🇺Australia purencool
@smustgrave before making any changes to the code base, should I be moving the `FilterKernelTest` class to the `Drupal\KernelTests\FilterKernelTest` namespace? I want to understanding what is require before starting on this task.
namespace Drupal\Tests\filter\Kernel; /** * Tests Filter module filters individually. * * @group filter */ class FilterKernelTest extends KernelTestBase {