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

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

public testGetItemCode ( )
    public function testGetItemCode()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getItemCode());
    }