Bitpay\InvoiceTest::testGetBuyerAddress2 PHP Метод

testGetBuyerAddress2() публичный Метод

    public function testGetBuyerAddress2()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getBuyerAddress2());
    }