These tests also interact with session ini values, which now need to use a separate process because of changes in PHP7.2
@@ -266,6 +266,7 @@ class RequestTransformerTest extends TestCase
* Test that the transformed request sets the session path
* as expected.
*
+ * @runInSeparateProcess
* @return void
*/
public function testToCakeBaseSessionPath()
@@ -122,6 +122,7 @@ class ServerRequestFactoryTest extends TestCase
/**
* Test fromGlobals includes the session
public function testFromGlobalsUrlSession()