mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-10 13:48:51 +00:00
🤖 Auto commit for release 'develop' on 2026-02-06
This commit is contained in:
@@ -34,8 +34,6 @@ use Tests\integration\TestCase;
|
||||
|
||||
abstract class AbstractQueryParserInterfaceParseQueryTester extends TestCase
|
||||
{
|
||||
abstract protected function createParser(): QueryParserInterface;
|
||||
|
||||
/**
|
||||
* @param string $query The query string to parse
|
||||
* @param Node $expected The expected parse result
|
||||
@@ -147,4 +145,6 @@ abstract class AbstractQueryParserInterfaceParseQueryTester extends TestCase
|
||||
new NodeGroup([new NodeGroup([new FieldNode('amount', '100'), new FieldNode('category', 'food')]), new StringNode('shopping')]),
|
||||
];
|
||||
}
|
||||
|
||||
abstract protected function createParser(): QueryParserInterface;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user