Bitpay\InvoiceTest::testGetTransactionSpeed PHP Method

testGetTransactionSpeed() public method

    public function testGetTransactionSpeed()
    {
        $this->assertNotNull($this->invoice);
        $this->assertSame(Invoice::TRANSACTION_SPEED_MEDIUM, $this->invoice->getTransactionSpeed());
    }