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

test_TIME() public method

public test_TIME ( )
    public function test_TIME()
    {
        $this->assertEquals("time", $this->redis->TIME());
    }
TestRedisServer