Jamm\Memory\Tests\TestRedisServer::test_TIME PHP 메소드

test_TIME() 공개 메소드

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