Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 07a0d29

Browse files
committed
Trying to fix this damn build, again...
1 parent ad2c3a1 commit 07a0d29

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/Command/PhpfastcacheClearCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class PhpfastcacheClearCommandTest extends CommandTestCase
2828
public function setUp()
2929
{
3030
CacheManager::clearInstances();
31+
putenv('COLUMNS=200');
3132
parent::setUp();
3233
}
3334

tests/Command/PhpfastcacheDelCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class PhpfastcacheDelCommandTest extends CommandTestCase
2828
public function setUp()
2929
{
3030
CacheManager::clearInstances();
31+
putenv('COLUMNS=200');
3132
parent::setUp();
3233
}
3334

tests/Command/PhpfastcacheGetCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class PhpfastcacheGetCommandTest extends CommandTestCase
2828
public function setUp()
2929
{
3030
CacheManager::clearInstances();
31+
putenv('COLUMNS=200');
3132
parent::setUp();
3233
}
3334

tests/Command/PhpfastcacheSetCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class PhpfastcacheSetCommandTest extends CommandTestCase
2828
public function setUp()
2929
{
3030
CacheManager::clearInstances();
31+
putenv('COLUMNS=200');
3132
parent::setUp();
3233
}
3334

0 commit comments

Comments
 (0)