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

test_DEBUG_SEGFAULT() public method

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