mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00: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