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.
1 parent 5bc9a85 commit c8c8f0fCopy full SHA for c8c8f0f
Tests/AppVariableTest.php
@@ -44,6 +44,9 @@ public function testEnvironment()
44
$this->assertEquals('dev', $this->appVariable->getEnvironment());
45
}
46
47
+ /**
48
+ * @runInSeparateProcess
49
+ */
50
public function testGetSession()
51
{
52
$request = $this->getMockBuilder('Symfony\Component\HttpFoundation\Request')->getMock();
composer.json
@@ -23,6 +23,7 @@
23
"symfony/asset": "~2.7",
24
"symfony/finder": "~2.3",
25
"symfony/form": "~2.7.30|^2.8.23",
26
+ "symfony/http-foundation": "~2.7.36|^2.8.29",
27
"symfony/http-kernel": "~2.3",
28
"symfony/intl": "~2.3",
29
"symfony/routing": "~2.2",
0 commit comments