We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4639f4f commit 1edaef6Copy full SHA for 1edaef6
Tests/DependencyInjection/FrameworkExtensionTestCase.php
@@ -505,7 +505,7 @@ public function testWorkflowServicesCanBeEnabled()
505
{
506
$container = $this->createContainerFromFile('workflows_enabled');
507
508
- $this->assertTrue($container->hasDefinition('.workflow.registry'));
+ $this->assertTrue($container->hasDefinition('workflow.registry'));
509
$this->assertTrue($container->hasDefinition('console.command.workflow_dump'));
510
}
511
0 commit comments