mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 11:45:14 +00:00
Fix namespace
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Tests\unit\Support;
|
namespace Tests\unit\Support\Search;
|
||||||
|
|
||||||
use FireflyIII\Support\Search\Field;
|
use FireflyIII\Support\Search\Field;
|
||||||
use FireflyIII\Support\Search\QueryParserInterface;
|
use FireflyIII\Support\Search\QueryParserInterface;
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\unit\Support;
|
namespace Tests\unit\Support\Search;
|
||||||
|
|
||||||
use FireflyIII\Support\Search\GdbotsQueryParser;
|
use FireflyIII\Support\Search\GdbotsQueryParser;
|
||||||
use FireflyIII\Support\Search\QueryParserInterface;
|
use FireflyIII\Support\Search\QueryParserInterface;
|
||||||
use Tests\unit\Support\AbstractQueryParserInterfaceParseQueryTest;
|
use Tests\unit\Support\Search\AbstractQueryParserInterfaceParseQueryTest;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @group unit-test
|
* @group unit-test
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\unit\Support;
|
namespace Tests\unit\Support\Search;
|
||||||
|
|
||||||
use FireflyIII\Support\Search\QueryParser;
|
use FireflyIII\Support\Search\QueryParser;
|
||||||
use FireflyIII\Support\Search\QueryParserInterface;
|
use FireflyIII\Support\Search\QueryParserInterface;
|
||||||
use Tests\unit\Support\AbstractQueryParserInterfaceParseQueryTest;
|
use Tests\unit\Support\Search\AbstractQueryParserInterfaceParseQueryTest;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user