private Migration1636362839FlowBuilderGenerateMultipleDoc
$migration;
private EntityRepository
$flowRepository;
private TestDataCollection
$ids;
protected function setUp(): void
{ $this->connection =
$this->
getContainer()->
get(Connection::
class);
$this->flowRepository =
$this->
getContainer()->
get('flow.repository'
);
$this->migration =
new Migration1636362839FlowBuilderGenerateMultipleDoc();
$this->ids =
new TestDataCollection();
} public function testMigration(): void
{ $this->
createFlow();
$this->migration->
update($this->connection
);
$actionGenerateDocs =
$this->connection->
fetchAssociative( 'SELECT id, action_name, config FROM flow_sequence WHERE action_name = :actionName',
[