Omnipay\Alipay\Tests\LegacyAppGatewayTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->gateway = new LegacyAppGateway($this->getHttpClient(), $this->getHttpRequest());
    }