Explorar o código

fixed a unit test

Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
513163648e

+ 1 - 1
tests/Symfony/Tests/Component/HttpKernel/HttpKernelTest.php

@@ -23,7 +23,7 @@ class HttpKernelTest extends \PHPUnit_Framework_TestCase
     {
         $request = Request::create('/');
         $container = $this->getMock('Symfony\Component\DependencyInjection\ContainerInterface');
-        $container->expects($this->exactly(1))
+        $container->expects($this->exactly(2))
                   ->method('set')
                   ->with('request', $request)
         ;