ProtobufTest\Binary\Platform\GmpNegativeEncoderTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        if (!extension_loaded('gmp') || !function_exists('gmp_intval')) {
            $this->markTestSkipped('The GMP extension is not available.');
        }
    }