Skip to content

Commit 2afd49f

Browse files
committed
fixed typo
1 parent e4f62ea commit 2afd49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public function testWorkflows()
241241
$this->assertInstanceOf(Reference::class, $markingStoreRef);
242242
$this->assertEquals('workflow_service', (string) $markingStoreRef);
243243

244-
$this->assertTrue($container->hasDefinition('workflow.registry', 'Workflow registry is registered as a service'));
244+
$this->assertTrue($container->hasDefinition('workflow.registry'), 'Workflow registry is registered as a service');
245245
$registryDefinition = $container->getDefinition('workflow.registry');
246246
$this->assertGreaterThan(0, count($registryDefinition->getMethodCalls()));
247247
}

0 commit comments

Comments
 (0)