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.
2 parents 5f24e95 + 1edaef6 commit 9854cf6Copy full SHA for 9854cf6
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