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

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        if (!extension_loaded('bcmath')) {
            $this->markTestSkipped('The BC MATH extension is not available.');
        }
    }