Skip to content

Commit

Permalink
TASK: Remove obsolete `I run the event migration for workspace :works…
Browse files Browse the repository at this point in the history
…pace`
  • Loading branch information
mhsdesign committed Nov 8, 2024
1 parent 717688d commit efb7fbd
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,13 @@ public function iHaveTheFollowingNodeDataRows(TableNode $nodeDataRows): void
public function iRunTheEventMigrationWithRootnodeMapping(string $rootNodeMapping): void
{
$rootNodeTypeMapping = RootNodeTypeMapping::fromArray(json_decode($rootNodeMapping, true));
$this->iRunTheEventMigration(null, $rootNodeTypeMapping);
$this->iRunTheEventMigration($rootNodeTypeMapping);
}

/**
* @When I run the event migration
* @When I run the event migration for workspace :workspace
*/
public function iRunTheEventMigration(string $workspace = null, RootNodeTypeMapping $rootNodeTypeMapping = null): void
public function iRunTheEventMigration(RootNodeTypeMapping $rootNodeTypeMapping = null): void
{
$nodeTypeManager = $this->currentContentRepository->getNodeTypeManager();
$propertyMapper = $this->getObject(PropertyMapper::class);
Expand Down

0 comments on commit efb7fbd

Please sign in to comment.