Skip to content

Commit 4ac2968

Browse files
[3.4] CS fixes
1 parent bf60d5e commit 4ac2968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TerminalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function test()
6060
$this->assertSame(60, $terminal->getHeight());
6161
}
6262

63-
public function test_zero_values()
63+
public function testZeroValues()
6464
{
6565
putenv('COLUMNS=0');
6666
putenv('LINES=0');

0 commit comments

Comments
 (0)