From 74f76a2835ee11bdf87285e848f8645349a4ce3c Mon Sep 17 00:00:00 2001 From: Sobuno Date: Tue, 31 Dec 2024 10:40:32 +0100 Subject: [PATCH] Fix namespace --- .../Search/AbstractQueryParserInterfaceParseQueryTest.php | 2 +- tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php | 4 ++-- tests/unit/Support/Search/QueryParserParseQueryTest.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/unit/Support/Search/AbstractQueryParserInterfaceParseQueryTest.php b/tests/unit/Support/Search/AbstractQueryParserInterfaceParseQueryTest.php index bb02a95b03..8c4758d2e1 100644 --- a/tests/unit/Support/Search/AbstractQueryParserInterfaceParseQueryTest.php +++ b/tests/unit/Support/Search/AbstractQueryParserInterfaceParseQueryTest.php @@ -22,7 +22,7 @@ declare(strict_types=1); -namespace Tests\unit\Support; +namespace Tests\unit\Support\Search; use FireflyIII\Support\Search\Field; use FireflyIII\Support\Search\QueryParserInterface; diff --git a/tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php b/tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php index c0e6fbd71d..897d9ecb01 100644 --- a/tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php +++ b/tests/unit/Support/Search/GdbotsQueryParserParseQueryTest.php @@ -1,10 +1,10 @@