Skip to content

Commit

Permalink
Run a few more tests in isolated processes.
Browse files Browse the repository at this point in the history
These tests also interact with session ini values, which now need to use
a separate process because of changes in PHP7.2
  • Loading branch information
markstory committed Aug 6, 2017
1 parent ffbede5 commit d330657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase/Http/RequestTransformerTest.php
Expand Up @@ -266,6 +266,7 @@ public function testToCakeUploadedFiles()
* Test that the transformed request sets the session path
* as expected.
*
* @runInSeparateProcess
* @return void
*/
public function testToCakeBaseSessionPath()
Expand Down
1 change: 1 addition & 0 deletions tests/TestCase/Http/ServerRequestFactoryTest.php
Expand Up @@ -122,6 +122,7 @@ public function testFromGlobalsInput()
/**
* Test fromGlobals includes the session
*
* @runInSeparateProcess
* @return void
*/
public function testFromGlobalsUrlSession()
Expand Down

0 comments on commit d330657

Please sign in to comment.