Skip to content

Commit c041391

Browse files
committed
tests: drop PHP 7.1 hacks
1 parent c78dc44 commit c041391

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/ErrorFormatterTestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,11 @@ abstract class ErrorFormatterTestCase extends \CodeLts\CliTools\Tests\AbstractTe
5151

5252
protected static function getEndTable(): string
5353
{
54-
if (PHP_MAJOR_VERSION === 7 && PHP_MINOR_VERSION === 1) {
55-
return '';
56-
}
57-
5854
return "\n";
5955
}
6056

6157
protected static function getTableDecoration(): string
6258
{
63-
if (PHP_MAJOR_VERSION === 7 && PHP_MINOR_VERSION === 1) {
64-
return '------ -----------------------------------------------------------------';
65-
}
66-
6759
return '------ -------------------------------------------------------------------';
6860
}
6961

0 commit comments

Comments
 (0)