Jamm\Memory\Tests\TestRedisServer::test_HINCRBYFLOAT PHP Method

test_HINCRBYFLOAT() public method

public test_HINCRBYFLOAT ( )
    public function test_HINCRBYFLOAT()
    {
        $this->assertEquals("hincrbyfloat key field 5.5", $this->redis->HINCRBYFLOAT("key", "field", 5.5));
    }
TestRedisServer