Bitpay\Math\BcEngineTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        if (!extension_loaded('bcmath')) {
            $this->markTestSkipped('The Bcmath extension is NOT loaded! You must enable it to run this test');
        }
    }