Skip to content

Commit

Permalink
Moved error constants at the top of file. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 15, 2017
1 parent b6982f0 commit d106ebd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/Model/Generated/Object/NotificationUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
*/
class NotificationUrlTest extends BunqSdkTestBase
{
/**
* Assertion errors.
*/
const ERROR_ASSERT_JSON_DECODE_ERROR = 'Error accorded while decoding the JSON file.';
const ERROR_ASSERT_OBJECT_IS_NULL_ERROR = 'The field object of NotificationUrl is null.';

/**
* Getter string constants
*/
Expand All @@ -43,12 +49,6 @@ class NotificationUrlTest extends BunqSdkTestBase
const GETTER_SHARE_INVITE_BANK_INQUIRY = 'getShareInviteBankInquiry';
const GETTER_SHARE_INVITE_BANK_RESPONSE = 'getShareInviteBankResponse';

/**
* Assertion errors.
*/
const ERROR_ASSERT_JSON_DECODE_ERROR = 'Error accorded while decoding the JSON file.';
const ERROR_ASSERT_OBJECT_IS_NULL_ERROR = 'The field object of NotificationUrl is null.';

/**
* Model json paths constants.
*/
Expand Down

0 comments on commit d106ebd

Please sign in to comment.