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

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

public testGetBuyerPhone ( )
    public function testGetBuyerPhone()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getBuyerPhone());
    }