Author: fabien
Date: 2010-01-27 13:45:08 +0100 (Wed, 27 Jan 2010)
New Revision: 27244

Modified:
   
branches/2.0/tests/unit/Symfony/Components/DependencyInjection/ContainerTest.php
Log:
Merge branch 'master' of git://github.com/symfony/symfony

Modified: 
branches/2.0/tests/unit/Symfony/Components/DependencyInjection/ContainerTest.php
===================================================================
--- 
branches/2.0/tests/unit/Symfony/Components/DependencyInjection/ContainerTest.php
    2010-01-27 12:33:30 UTC (rev 27243)
+++ 
branches/2.0/tests/unit/Symfony/Components/DependencyInjection/ContainerTest.php
    2010-01-27 12:45:08 UTC (rev 27244)
@@ -216,7 +216,7 @@
 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)
 {

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to