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

test_SLOWLOG() 공개 메소드

public test_SLOWLOG ( )
    public function test_SLOWLOG()
    {
        $this->assertEquals("slowlog subcommand argument", $this->redis->SLOWLOG("subcommand", "argument"));
    }
TestRedisServer