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

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

public testGetBuyerCity ( )
    public function testGetBuyerCity()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getBuyerCity());
    }