mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Rename class to stop phpunit complaining.
This commit is contained in:
@@ -16,7 +16,7 @@ use FireflyIII\Support\Search\QueryParser\QueryParserInterface;
|
||||
*
|
||||
* @coversNothing
|
||||
*/
|
||||
final class QueryParserParseQueryTest extends AbstractQueryParserInterfaceParseQueryTest
|
||||
final class QueryParserParseQueryTest extends AbstractQueryParserInterfaceParseQueryTester
|
||||
{
|
||||
protected function createParser(): QueryParserInterface
|
||||
{
|
||||
|
Reference in New Issue
Block a user