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

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

public testGetBuyerCountry ( )
    public function testGetBuyerCountry()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getBuyerCountry());
    }