[DependencyInjection] fixed typo

This commit is contained in:
Fabien Potencier 2010-01-27 13:33:15 +01:00
parent f8e3b4b035
commit 8ed83f7035
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ $t->is($sc->getFooBar_FooService(), $foo, '__call() finds services is the method
try
{
$sc->getFooBar_Foo();
$t->pass('__call() throws a \RuntimeException exception if the method is not a service method');
$t->fail('__call() throws a \RuntimeException exception if the method is not a service method');
}
catch (\RuntimeException $e)
{