Rename WorkflowStorage::flush() to WorkflowStorage::truncate()
[MAILPOET-4531]
This commit is contained in:
@@ -73,7 +73,7 @@ class WorkflowsCreateFromTemplateTest extends AutomationTest {
|
||||
}
|
||||
|
||||
public function _after() {
|
||||
$this->workflowStorage->flush();
|
||||
$this->workflowStorage->truncate();
|
||||
parent::_after();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user