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