Omnipay\WechatPay\GatewayTest::testQuery PHP Method

testQuery() public method

public testQuery ( )
    public function testQuery()
    {
        $options = array('transaction_id' => '3474813271258769001041842579301293446');
        /**
         * @var QueryOrderResponse $response
         */
        $response = $this->gateway->query($options)->send();
        $this->assertFalse($response->isSuccessful());
    }