Start testing new rule actions.

This commit is contained in:
James Cole
2020-08-23 07:42:14 +02:00
parent d89a4d8a54
commit 6e074d9b8b
34 changed files with 608 additions and 246 deletions

View File

@@ -158,4 +158,12 @@ class SetSourceAccount implements ActionInterface
Log::debug(sprintf('Found or created revenue account #%d ("%s")', $account->id, $account->name));
$this->newSourceAccount = $account;
}
/**
* @inheritDoc
*/
public function actOnArray(array $journal): bool
{
// TODO: Implement actOnArray() method.
}
}