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 2575983 commit 2793e89Copy full SHA for 2793e89
Tests/AppVariableTest.php
@@ -168,6 +168,9 @@ public function testGetFlashesWithNoRequest()
168
$this->assertEquals(array(), $this->appVariable->getFlashes());
169
}
170
171
+ /**
172
+ * @runInSeparateProcess
173
+ */
174
public function testGetFlashesWithNoSessionStarted()
175
{
176
$request = $this->getMockBuilder('Symfony\Component\HttpFoundation\Request')->getMock();
@@ -178,6 +181,9 @@ public function testGetFlashesWithNoSessionStarted()
178
181
179
182
180
183
184
185
186
187
public function testGetFlashes()
188
189
$flashMessages = $this->setFlashMessages();
0 commit comments