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

test_PING() public method

public test_PING ( )
    public function test_PING()
    {
        $this->assertEquals("ping", $this->redis->PING());
    }
TestRedisServer