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

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

    public function testSetFullNotifications()
    {
        $this->assertFalse($this->invoice->isFullNotifications());
        $this->invoice->setFullNotifications(true);
        $this->assertTrue($this->invoice->isFullNotifications());
    }