Bitpay\BitpayTest::testGetInvalidService PHP Method

testGetInvalidService() public method

    public function testGetInvalidService()
    {
        $bitpay = new \Bitpay\Bitpay();
        $bitpay->get('coins');
    }