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 c40de39 commit aec316cCopy full SHA for aec316c
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