Removed client interface

This commit is contained in:
Walter Dal Mut
2014-09-11 10:03:31 +02:00
parent 5d2c1d852e
commit 6aa668308e
2 changed files with 4 additions and 9 deletions
-5
View File
@@ -16,11 +16,6 @@ class ClientSpec extends ObjectBehavior
$this->shouldHaveType('InfluxDB\Client');
}
function it_should_implement_client_interface()
{
$this->shouldImplement("InfluxDB\ClientInterface");
}
function it_should_send_data(\InfluxDB\Adapter\AdapterInterface $adapter)
{
$adapter->send([[
+1 -1
View File
@@ -2,7 +2,7 @@
namespace InfluxDB;
class Client implements ClientInterface
class Client
{
private $adapter;