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

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

    public function testGetBuyerAddress1()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getBuyerAddress1());
    }