Stripe\Tests\Api\BalanceTest::testGetBalance PHP Method

testGetBalance() public method

public testGetBalance ( )
    public function testGetBalance()
    {
        $getResponse = $this->balance->getBalance();
        $this->assertInstanceOf(Balance::BALANCE_RESPONSE_CLASS, $getResponse);
    }