- 🇬🇧United Kingdom joachim
PHPUnit annotations are now attributes -- IS needs an update for this.
> Use @group Drupal to allow filtered testing.
> Use @group Namespace or similar for further filtering. e.g: @group EntityWhat is the point of this? If all the Drupal core tests are in core/tests, then you pass that as a parameter to PHPUnit instead of a @group.
If all the tests for core/lib/Core/Foo are in core/tests/Foo, then you pass that.Given how much people are complaining about writing docblocks for test methods in 📌 [policy] Remove the requirement for doxygen for test methods Needs work , why are we adding superfluous @group tags?