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 e4f62ea commit 2afd49fCopy full SHA for 2afd49f
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
@@ -241,7 +241,7 @@ public function testWorkflows()
241
$this->assertInstanceOf(Reference::class, $markingStoreRef);
242
$this->assertEquals('workflow_service', (string) $markingStoreRef);
243
244
- $this->assertTrue($container->hasDefinition('workflow.registry', 'Workflow registry is registered as a service'));
+ $this->assertTrue($container->hasDefinition('workflow.registry'), 'Workflow registry is registered as a service');
245
$registryDefinition = $container->getDefinition('workflow.registry');
246
$this->assertGreaterThan(0, count($registryDefinition->getMethodCalls()));
247
}
0 commit comments