mirror of
https://github.com/yiisoft/yii.git
synced 2026-02-20 01:21:22 +01:00
Attempt to fix failing unit tests that use runInSeparateProcess
This commit is contained in:
@@ -38,6 +38,7 @@ class CCookieCollectionTest extends CTestCase
|
||||
}
|
||||
/**
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @outputBuffering enabled
|
||||
*/
|
||||
public function testAdd()
|
||||
@@ -59,6 +60,7 @@ class CCookieCollectionTest extends CTestCase
|
||||
}
|
||||
/**
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @outputBuffering enabled
|
||||
*/
|
||||
public function testRemove()
|
||||
|
||||
@@ -16,6 +16,7 @@ class CHttpSessionTest extends CTestCase {
|
||||
* @covers CHttpSession::setGCProbability
|
||||
*
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*/
|
||||
public function testSetGet() {
|
||||
Yii::app()->setComponents(array('session' => array(
|
||||
|
||||
@@ -31,6 +31,7 @@ class CWebUserTest extends CTestCase
|
||||
|
||||
/**
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @outputBuffering enabled
|
||||
* @dataProvider booleanProvider
|
||||
*/
|
||||
@@ -59,6 +60,7 @@ class CWebUserTest extends CTestCase
|
||||
|
||||
/**
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
* @outputBuffering enabled
|
||||
*/
|
||||
public function testCheckAccess()
|
||||
|
||||
Reference in New Issue
Block a user