Skip to content

Commit 2793e89

Browse files
fix merge
1 parent 2575983 commit 2793e89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/AppVariableTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ public function testGetFlashesWithNoRequest()
168168
$this->assertEquals(array(), $this->appVariable->getFlashes());
169169
}
170170

171+
/**
172+
* @runInSeparateProcess
173+
*/
171174
public function testGetFlashesWithNoSessionStarted()
172175
{
173176
$request = $this->getMockBuilder('Symfony\Component\HttpFoundation\Request')->getMock();
@@ -178,6 +181,9 @@ public function testGetFlashesWithNoSessionStarted()
178181
$this->assertEquals(array(), $this->appVariable->getFlashes());
179182
}
180183

184+
/**
185+
* @runInSeparateProcess
186+
*/
181187
public function testGetFlashes()
182188
{
183189
$flashMessages = $this->setFlashMessages();

0 commit comments

Comments
 (0)