diff --git a/core/modules/views/src/Plugin/views/filter/Compare.php b/core/modules/views/src/Plugin/views/filter/Compare.php index 8e610cd..cf16fc0 100644 --- a/core/modules/views/src/Plugin/views/filter/Compare.php +++ b/core/modules/views/src/Plugin/views/filter/Compare.php @@ -10,7 +10,7 @@ * * @ingroup views_filter_handlers * - * @PluginID("compare") + * @ViewsFilter("compare") */ class Compare extends FilterPluginBase { diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterCompareTest.php b/core/modules/views/tests/src/Kernel/Handler/FilterCompareTest.php index 92f0e4b..4de372c 100644 --- a/core/modules/views/tests/src/Kernel/Handler/FilterCompareTest.php +++ b/core/modules/views/tests/src/Kernel/Handler/FilterCompareTest.php @@ -9,6 +9,7 @@ * Tests the combine filter handler. * * @see \Drupal\views\Plugin\views\filter\Compare + * @group views */ class FilterCompareTest extends ViewsKernelTestBase {