Bitpay\InvoiceTest::testGetBuyer PHP Method

testGetBuyer() public method

public testGetBuyer ( )
    public function testGetBuyer()
    {
        $this->assertNotNull($this->invoice);
        $this->assertInstanceOf('Bitpay\\BuyerInterface', $this->invoice->getBuyer());
    }