Skip to content

Commit

Permalink
Merge pull request #21 from ostdotcom/develop
Browse files Browse the repository at this point in the history
Merging develop into release-2
  • Loading branch information
AMAN-BARBARIA authored Mar 5, 2019
2 parents fb135d1 + 221be21 commit 7fefc39
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 45 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2
5 changes: 0 additions & 5 deletions tests/Lib/CustomErrorResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@

class CustomErrorResponseTest extends TestCase
{
protected function setUp()
{
parent::setUp();
}

/**
* @dataProvider dataProviderCustomErrorResponse
* @param $statusCode
Expand Down
11 changes: 0 additions & 11 deletions tests/Services/UserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions tests/Services/UsersKycDetailTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions tests/Services/UsersKycTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions tests/Services/ValidatorsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

final class ValidatorsTest extends ServiceTestBase
{

protected function setUp()
{
$this->canCreateInstanceOfOSTKYCSDKForV2Api();
}

/**
*
* Check Users Kyc Detail Get Api
Expand Down

0 comments on commit 7fefc39

Please sign in to comment.