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