Beberlei\Metrics\Tests\Collector\InfluxDBTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        $this->client = $this->getMockBuilder('\\InfluxDB\\Client')->disableOriginalConstructor()->getMock();
        $this->collector = new InfluxDB($this->client);
    }