Skip to content

Commit

Permalink
Changed constants name to GETTER_ instead of GET_. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 14, 2017
1 parent 620eb32 commit b62c608
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tests/Model/Generated/Object/NotificationUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ class NotificationUrlTest extends BunqSdkTestBase
/**
* Getter string constants
*/
const GET_PAYMENT = 'getPayment';
const GET_BUNQ_ME_TAB = 'getBunqMeTab';
const GET_CHAT_MESSAGE_ANNOUNCEMENT = 'getChatMessageAnnouncement';
const GET_DRAFT_PAYMENT = 'getDraftPayment';
const GET_MASTER_CARD_ACTION = 'getMasterCardAction';
const GET_MONETARY_ACCOUNT_BANK = 'getMonetaryAccountBank';
const GET_PAYMENT_BATCH = 'getPaymentBatch';
const GET_REQUEST_INQUIRY = 'getRequestInquiry';
const GET_REQUEST_RESPONSE = 'getRequestResponse';
const GET_SCHEDULE_PAYMENT = 'getScheduledPayment';
const GET_SCHEDULE_INSTANCE = 'getScheduledInstance';
const GET_SHARE_INVITE_BANK_INQUIRY = 'getShareInviteBankInquiry';
const GET_SHARE_INVITE_BANK_RESPONSE = 'getShareInviteBankResponse';
const GETTER_PAYMENT = 'getPayment';
const GETTER_BUNQ_ME_TAB = 'getBunqMeTab';
const GETTER_CHAT_MESSAGE_ANNOUNCEMENT = 'getChatMessageAnnouncement';
const GETTER_DRAFT_PAYMENT = 'getDraftPayment';
const GETTER_MASTER_CARD_ACTION = 'getMasterCardAction';
const GETTER_MONETARY_ACCOUNT_BANK = 'getMonetaryAccountBank';
const GETTER_PAYMENT_BATCH = 'getPaymentBatch';
const GETTER_REQUEST_INQUIRY = 'getRequestInquiry';
const GETTER_REQUEST_RESPONSE = 'getRequestResponse';
const GETTER_SCHEDULE_PAYMENT = 'getScheduledPayment';
const GETTER_SCHEDULE_INSTANCE = 'getScheduledInstance';
const GETTER_SHARE_INVITE_BANK_INQUIRY = 'getShareInviteBankInquiry';
const GETTER_SHARE_INVITE_BANK_RESPONSE = 'getShareInviteBankResponse';

/**
* Assertion errors.
Expand Down

0 comments on commit b62c608

Please sign in to comment.