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.
2 parents 44e05e6 + d6c7a04 commit e6f702eCopy full SHA for e6f702e
Tests/Controller/ExceptionControllerTest.php
@@ -19,7 +19,7 @@ class ExceptionControllerTest extends TestCase
19
{
20
public function testOnlyClearOwnOutputBuffers()
21
22
- $flatten = $this->getMock('Symfony\Component\HttpKernel\Exception\FlattenException');
+ $flatten = $this->getMock('Symfony\Component\Debug\Exception\FlattenException');
23
$flatten
24
->expects($this->once())
25
->method('getStatusCode')
composer.json
@@ -19,7 +19,7 @@
"php": ">=5.3.3",
"symfony/twig-bridge": "~2.5",
"symfony/http-foundation": "~2.5",
- "symfony/http-kernel": "~2.1"
+ "symfony/http-kernel": "~2.3,>=2.3.24"
},
"require-dev": {
"symfony/stopwatch": "~2.2",
0 commit comments