mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02:00
Removed client interface
This commit is contained in:
@@ -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([[
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace InfluxDB;
|
||||
|
||||
class Client implements ClientInterface
|
||||
class Client
|
||||
{
|
||||
private $adapter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user