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 bf60d5e commit 4ac2968Copy full SHA for 4ac2968
Tests/TerminalTest.php
@@ -60,7 +60,7 @@ public function test()
60
$this->assertSame(60, $terminal->getHeight());
61
}
62
63
- public function test_zero_values()
+ public function testZeroValues()
64
{
65
putenv('COLUMNS=0');
66
putenv('LINES=0');
0 commit comments