Commit baf5165 1 parent 1b95757 commit baf5165 Copy full SHA for baf5165
File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ public function testConstructorCookieBuilding()
38
38
}
39
39
/**
40
40
* @runInSeparateProcess
41
+ * @preserveGlobalState disabled
41
42
* @outputBuffering enabled
42
43
*/
43
44
public function testAdd ()
@@ -59,6 +60,7 @@ public function testAdd()
59
60
}
60
61
/**
61
62
* @runInSeparateProcess
63
+ * @preserveGlobalState disabled
62
64
* @outputBuffering enabled
63
65
*/
64
66
public function testRemove ()
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ protected function checkProb($gcProb) {
16
16
* @covers CHttpSession::setGCProbability
17
17
*
18
18
* @runInSeparateProcess
19
+ * @preserveGlobalState disabled
19
20
*/
20
21
public function testSetGet () {
21
22
Yii::app ()->setComponents (array ('session ' => array (
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ public function booleanProvider()
31
31
32
32
/**
33
33
* @runInSeparateProcess
34
+ * @preserveGlobalState disabled
34
35
* @outputBuffering enabled
35
36
* @dataProvider booleanProvider
36
37
*/
@@ -59,6 +60,7 @@ public function testLoginLogout($destroySession)
59
60
60
61
/**
61
62
* @runInSeparateProcess
63
+ * @preserveGlobalState disabled
62
64
* @outputBuffering enabled
63
65
*/
64
66
public function testCheckAccess ()
You can’t perform that action at this time.
0 commit comments