We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560fc3e commit b504a3dCopy full SHA for b504a3d
Tests/TerminalTest.php
@@ -41,7 +41,7 @@ private function resetStatics()
41
foreach (['height', 'width', 'stty'] as $name) {
42
$property = new \ReflectionProperty(Terminal::class, $name);
43
$property->setAccessible(true);
44
- $property->setValue(null);
+ $property->setValue(null, null);
45
}
46
47
0 commit comments