From 92f5cca65b8d71edeed39702b6b27ab1b50137e7 Mon Sep 17 00:00:00 2001 From: Sobuno Date: Wed, 1 Jan 2025 14:18:56 +0100 Subject: [PATCH] Add QueryParser tests to correct group --- tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php | 2 +- tests/unit/Support/Search/QueryParserParseQueryTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php b/tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php index 897d9ecb01..8f00f7a65d 100644 --- a/tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php +++ b/tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php @@ -9,7 +9,7 @@ use Tests\unit\Support\Search\AbstractQueryParserInterfaceParseQueryTest; /** * @group unit-test * @group support - * @group navigation + * @group search * * @internal * diff --git a/tests/unit/Support/Search/QueryParserParseQueryTest.php b/tests/unit/Support/Search/QueryParserParseQueryTest.php index a5c4e85963..c85131b586 100644 --- a/tests/unit/Support/Search/QueryParserParseQueryTest.php +++ b/tests/unit/Support/Search/QueryParserParseQueryTest.php @@ -10,7 +10,7 @@ use Tests\unit\Support\Search\AbstractQueryParserInterfaceParseQueryTest; /** * @group unit-test * @group support - * @group navigation + * @group search * * @internal *