Skip to content

Commit 1c533ae

Browse files
committed
Unused ClientManager instance removed
1 parent 7a76a3c commit 1c533ae

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/issues/Issue355Test.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,10 @@
1313
namespace Tests\issues;
1414

1515
use PHPUnit\Framework\TestCase;
16-
use Webklex\PHPIMAP\ClientManager;
1716
use Webklex\PHPIMAP\Header;
1817

1918
class Issue355Test extends TestCase {
2019

21-
/**
22-
* Setup the test environment.
23-
*
24-
* @return void
25-
*/
26-
public function setUp(): void {
27-
$this->cm = new ClientManager();
28-
}
29-
3020
public function testIssue() {
3121
$raw_header = "Subject: =?UTF-8?Q?Re=3A_Uppdaterat_=C3=A4rende_=28447899=29=2C_kostnader_f=C3=B6r_hj=C3=A4?= =?UTF-8?Q?lp_med_stadge=C3=A4ndring_enligt_ny_lagstiftning?=\r\n";
3222

0 commit comments

Comments
 (0)