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

test_CLIENT_GETNAME() public method

public test_CLIENT_GETNAME ( )
    public function test_CLIENT_GETNAME()
    {
        $this->assertEquals("client getname", $this->redis->CLIENT_GETNAME());
    }
TestRedisServer