Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22c1aa3

Browse files
committed
fixed typo
1 parent 3803067 commit 22c1aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function testGet()
122122
* @expectedException \Symfony\Component\DependencyInjection\Exception\RuntimeException
123123
* @expectedExceptionMessage You have requested a synthetic service ("foo"). The DIC does not know how to construct this service.
124124
*/
125-
public function testGetXXX()
125+
public function testGetUnsetLoadingServiceWhenCreateServiceThrowsAnException()
126126
{
127127
$builder = new ContainerBuilder();
128128
$builder->register('foo', 'stdClass')->setSynthetic(true);

0 commit comments

Comments
 (0)