Thanks to visit codestin.com Credit goes to github.com
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 3803067 commit 22c1aa3Copy full SHA for 22c1aa3
src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
@@ -122,7 +122,7 @@ public function testGet()
122
* @expectedException \Symfony\Component\DependencyInjection\Exception\RuntimeException
123
* @expectedExceptionMessage You have requested a synthetic service ("foo"). The DIC does not know how to construct this service.
124
*/
125
- public function testGetXXX()
+ public function testGetUnsetLoadingServiceWhenCreateServiceThrowsAnException()
126
{
127
$builder = new ContainerBuilder();
128
$builder->register('foo', 'stdClass')->setSynthetic(true);
0 commit comments