Skip to content

Commit 1cc7e67

Browse files
author
Hacktivista
committed
Client empty construct test no longer applies
1 parent b9e54b6 commit 1cc7e67

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests/Omnipay/Common/Http/ClientTest.php

+1-9
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@
1313

1414
class ClientTest extends TestCase
1515
{
16-
public function testEmptyConstruct()
17-
{
18-
$client = new Client();
19-
20-
$this->assertAttributeInstanceOf(ClientInterface::class, 'httpClient', $client);
21-
$this->assertAttributeInstanceOf(RequestFactoryInterface::class, 'requestFactory', $client);
22-
}
23-
2416
public function testSend()
2517
{
2618
$mockClient = m::mock(ClientInterface::class);
@@ -137,4 +129,4 @@ public function testSendExceptionGetRequest()
137129
throw $e;
138130
}
139131
}
140-
}
132+
}

0 commit comments

Comments
 (0)