Skip to content

Commit 1edaef6

Browse files
[FrameworkBundle] Fix workflow tests
1 parent 4639f4f commit 1edaef6

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)