From d106ebd688f4d20db91e02f696c9d045c685424d Mon Sep 17 00:00:00 2001 From: Kevin Hellemun Date: Wed, 15 Nov 2017 09:51:35 +0100 Subject: [PATCH] Moved error constants at the top of file. (bunq/sdk_php#67) --- tests/Model/Generated/Object/NotificationUrlTest.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/Model/Generated/Object/NotificationUrlTest.php b/tests/Model/Generated/Object/NotificationUrlTest.php index c1b2f871..8f9190b4 100644 --- a/tests/Model/Generated/Object/NotificationUrlTest.php +++ b/tests/Model/Generated/Object/NotificationUrlTest.php @@ -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 */ @@ -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. */