Rename class to stop phpunit complaining.

This commit is contained in:
James Cole
2025-02-09 05:57:47 +01:00
parent 70d83ab501
commit 503d2aa786
3 changed files with 3 additions and 2 deletions

View File

@@ -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
{