Skip to content

Commit c4e670e

Browse files
committed
Private variable $runClassInSeparateProcess, instead of protected.
1 parent a3b5ed3 commit c4e670e

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)