Skip to content

Commit fc3611e

Browse files
committed
Fix TableErrorFormatterTest in GitHub Actions
1 parent 5bf9513 commit fc3611e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
class TableErrorFormatterTest extends ErrorFormatterTestCase
1515
{
1616

17+
protected function setUp(): void
18+
{
19+
putenv('GITHUB_ACTIONS');
20+
}
21+
1722
protected function tearDown(): void
1823
{
1924
putenv('COLUMNS');

0 commit comments

Comments
 (0)