Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 9e79642

Browse files
committed
:octocat: runInSeparateProcess
1 parent 14e51cf commit 9e79642

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/Storage/SessionStorageTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ public function testStoreWithExistingToken(){
7474
parent::testStoreWithExistingToken();
7575
}
7676

77+
/**
78+
* @runInSeparateProcess
79+
*/
80+
public function testFromStorageInvalidInputException(){
81+
parent::testFromStorageInvalidInputException();
82+
}
83+
7784
/**
7885
* @runInSeparateProcess
7986
*/

0 commit comments

Comments
 (0)