Payu\Test\ConfigurationTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->configuration = new Configuration('TestMerchantId', 'TestSecretKey', 'TestPaymentEndpointUrl', 'TestLoyaltyInquiryEndPointUrl');
    }