mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Implement first version of the new rule engine.
This commit is contained in:
@@ -483,7 +483,7 @@ class OperatorQuerySearchTest extends TestCase
|
||||
$this->assertCount(0, $object->getWords());
|
||||
|
||||
// operator is assumed to be included.
|
||||
$this->assertCount(1, $object->getOperators());
|
||||
$this->assertCount(2, $object->getOperators());
|
||||
|
||||
$result = ['transactions' => []];
|
||||
// execute search should work:
|
||||
|
||||
Reference in New Issue
Block a user