From d645a72dc9f16463f291e824cdd8efb57780a3a0 Mon Sep 17 00:00:00 2001 From: Tejas-Sangani Date: Tue, 5 Mar 2019 12:27:28 +0530 Subject: [PATCH] Repository moved from OpenStFoundation to ostdotcom and related Readme Updated. --- CHANGELOG.md | 5 +++++ VERSION | 2 +- tests/Lib/CustomErrorResponseTest.php | 5 ----- tests/Services/UserTest.php | 11 ----------- tests/Services/UsersKycDetailTest.php | 11 ----------- tests/Services/UsersKycTest.php | 11 ----------- tests/Services/ValidatorsTest.php | 6 ------ 7 files changed, 6 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1181693..214962d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +[OST KYC PHP SDK v2.0.2](https://github.com/ostdotcom/ost-kyc-sdk-php/tree/v2.0.2) february 28 2019 +--- + +* Repository moved from OpenStFoundation to ostdotcom and related Readme Updated. + [OST KYC PHP SDK v2.0.1](https://github.com/ostdotcom/ost-kyc-sdk-php/tree/v2.0.1) December 17 2018 --- diff --git a/VERSION b/VERSION index 10bf840..f93ea0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1 \ No newline at end of file +2.0.2 \ No newline at end of file diff --git a/tests/Lib/CustomErrorResponseTest.php b/tests/Lib/CustomErrorResponseTest.php index 6f5e096..72bfca5 100644 --- a/tests/Lib/CustomErrorResponseTest.php +++ b/tests/Lib/CustomErrorResponseTest.php @@ -7,11 +7,6 @@ class CustomErrorResponseTest extends TestCase { - protected function setUp() - { - parent::setUp(); - } - /** * @dataProvider dataProviderCustomErrorResponse * @param $statusCode diff --git a/tests/Services/UserTest.php b/tests/Services/UserTest.php index f4d5ba4..ad04022 100644 --- a/tests/Services/UserTest.php +++ b/tests/Services/UserTest.php @@ -5,17 +5,6 @@ final class UserTest extends ServiceTestBase { - /** - * - * override setUp() to load environment variables from .env.example file for non TRAVIS environment - * - * @throws Exception - */ - protected function setUp() - { - $this->canCreateInstanceOfOSTKYCSDKForV2Api(); - } - /** * * Check User List Api diff --git a/tests/Services/UsersKycDetailTest.php b/tests/Services/UsersKycDetailTest.php index b6ad028..7e4c8e9 100644 --- a/tests/Services/UsersKycDetailTest.php +++ b/tests/Services/UsersKycDetailTest.php @@ -5,17 +5,6 @@ final class UsersKycDetailTest extends ServiceTestBase { - /** - * - * override setUp() to load environment variables from .env.example file for non TRAVIS environment - * - * @throws Exception - */ - protected function setUp() - { - $this->canCreateInstanceOfOSTKYCSDKForV2Api(); - } - /** * * Check Users Kyc Detail Get Api diff --git a/tests/Services/UsersKycTest.php b/tests/Services/UsersKycTest.php index b18e5bd..573629a 100644 --- a/tests/Services/UsersKycTest.php +++ b/tests/Services/UsersKycTest.php @@ -5,17 +5,6 @@ final class UsersKycTest extends ServiceTestBase { - /** - * - * override setUp() to load environment variables from .env.example file for non TRAVIS environment - * - * @throws Exception - */ - protected function setUp() - { - $this->canCreateInstanceOfOSTKYCSDKForV2Api(); - } - /** * * Check Users Kyc List Api diff --git a/tests/Services/ValidatorsTest.php b/tests/Services/ValidatorsTest.php index 6be8ca1..337b390 100644 --- a/tests/Services/ValidatorsTest.php +++ b/tests/Services/ValidatorsTest.php @@ -5,12 +5,6 @@ final class ValidatorsTest extends ServiceTestBase { - - protected function setUp() - { - $this->canCreateInstanceOfOSTKYCSDKForV2Api(); - } - /** * * Check Users Kyc Detail Get Api