Jamm\Memory\Tests\TestRedisServer::test_DEBUG_SEGFAULT PHP Méthode

test_DEBUG_SEGFAULT() public méthode

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