From 5bc397f01ab6dd4e9081a0285c3f32f1ddc77912 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 6 Feb 2025 08:32:06 +0100 Subject: [PATCH] Disable old parser tests. --- ...ueryTest.php => GdbotsQueryParserParseQueryTest.php.disabled} | 1 - 1 file changed, 1 deletion(-) rename tests/unit/Support/Search/QueryParser/{GdbotsQueryParserParseQueryTest.php => GdbotsQueryParserParseQueryTest.php.disabled} (99%) diff --git a/tests/unit/Support/Search/QueryParser/GdbotsQueryParserParseQueryTest.php b/tests/unit/Support/Search/QueryParser/GdbotsQueryParserParseQueryTest.php.disabled similarity index 99% rename from tests/unit/Support/Search/QueryParser/GdbotsQueryParserParseQueryTest.php rename to tests/unit/Support/Search/QueryParser/GdbotsQueryParserParseQueryTest.php.disabled index c4e4217aa5..c5c6e157ce 100644 --- a/tests/unit/Support/Search/QueryParser/GdbotsQueryParserParseQueryTest.php +++ b/tests/unit/Support/Search/QueryParser/GdbotsQueryParserParseQueryTest.php.disabled @@ -13,7 +13,6 @@ use FireflyIII\Support\Search\QueryParser\QueryParserInterface; * @group search * * @internal - * * @coversNothing */ final class GdbotsQueryParserParseQueryTest extends AbstractQueryParserInterfaceParseQueryTest