Fix namespace

This commit is contained in:
Sobuno
2024-12-31 10:40:32 +01:00
parent 84560a6f44
commit 74f76a2835
3 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
<?php
namespace Tests\unit\Support;
namespace Tests\unit\Support\Search;
use FireflyIII\Support\Search\GdbotsQueryParser;
use FireflyIII\Support\Search\QueryParserInterface;
use Tests\unit\Support\AbstractQueryParserInterfaceParseQueryTest;
use Tests\unit\Support\Search\AbstractQueryParserInterfaceParseQueryTest;
/**
* @group unit-test