Skip to content

Commit 9854cf6

Browse files
committed
minor #52139 [FrameworkBundle] Fix workflow tests (alexandre-daubois)
This PR was merged into the 7.0 branch. Discussion ---------- [FrameworkBundle] Fix workflow tests | Q | A | ------------- | --- | Branch? | 7.0 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT Commits ------- 78cc7ecc45 [FrameworkBundle] Fix workflow tests
2 parents 5f24e95 + 1edaef6 commit 9854cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/FrameworkExtensionTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ public function testWorkflowServicesCanBeEnabled()
505505
{
506506
$container = $this->createContainerFromFile('workflows_enabled');
507507

508-
$this->assertTrue($container->hasDefinition('.workflow.registry'));
508+
$this->assertTrue($container->hasDefinition('workflow.registry'));
509509
$this->assertTrue($container->hasDefinition('console.command.workflow_dump'));
510510
}
511511

0 commit comments

Comments
 (0)