Skip to content

Commit 6ebee52

Browse files
ArturGoldynsebastianbergmann
authored andcommitted
Private variable $runClassInSeparateProcess, instead of protected.
1 parent 286f5f9 commit 6ebee52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ abstract class TestCase extends Assert implements Test, SelfDescribing
138138
*
139139
* @var bool
140140
*/
141-
protected $runClassInSeparateProcess;
141+
private $runClassInSeparateProcess;
142142

143143
/**
144144
* Whether or not this test should preserve the global state when

0 commit comments

Comments
 (0)