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

test_DEBUG_SEGFAULT() 공개 메소드

public test_DEBUG_SEGFAULT ( )
    public function test_DEBUG_SEGFAULT()
    {
        $this->assertEquals("debug segfault", $this->redis->DEBUG_SEGFAULT());
    }
TestRedisServer