-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove methods not required. Add some tests from dev.
- Loading branch information
Showing
33 changed files
with
575 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* SmartCall Restful API (v3) HTTP Client. | ||
* | ||
* @author Jacques Marneweck <[email protected]> | ||
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved. | ||
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved. | ||
* @license MIT | ||
*/ | ||
|
||
|
@@ -13,22 +13,6 @@ | |
|
||
final class AuthDeleteTest extends \PHPUnit\Framework\TestCase | ||
{ | ||
/** | ||
* Sets up the fixture, for example, opens a network connection. | ||
* This method is called before a test is executed. | ||
*/ | ||
protected function setUp(): void | ||
{ | ||
} | ||
|
||
/** | ||
* Tears down the fixture, for example, closes a network connection. | ||
* This method is called after a test is executed. | ||
*/ | ||
protected function tearDown(): void | ||
{ | ||
} | ||
|
||
/** | ||
* @vcr test_auth_token_delete | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* SmartCall Restful API (v3) HTTP Client. | ||
* | ||
* @author Jacques Marneweck <[email protected]> | ||
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved. | ||
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved. | ||
* @license MIT | ||
*/ | ||
|
||
|
@@ -13,22 +13,6 @@ | |
|
||
final class AuthFlushTest extends \PHPUnit\Framework\TestCase | ||
{ | ||
/** | ||
* Sets up the fixture, for example, opens a network connection. | ||
* This method is called before a test is executed. | ||
*/ | ||
protected function setUp(): void | ||
{ | ||
} | ||
|
||
/** | ||
* Tears down the fixture, for example, closes a network connection. | ||
* This method is called after a test is executed. | ||
*/ | ||
protected function tearDown(): void | ||
{ | ||
} | ||
|
||
/** | ||
* @vcr test_auth_token_flush | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* SmartCall Restful API (v3) HTTP Client. | ||
* | ||
* @author Jacques Marneweck <[email protected]> | ||
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved. | ||
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved. | ||
* @license MIT | ||
*/ | ||
|
||
|
@@ -13,22 +13,6 @@ | |
|
||
final class AuthTest extends \PHPUnit\Framework\TestCase | ||
{ | ||
/** | ||
* Sets up the fixture, for example, opens a network connection. | ||
* This method is called before a test is executed. | ||
*/ | ||
protected function setUp(): void | ||
{ | ||
} | ||
|
||
/** | ||
* Tears down the fixture, for example, closes a network connection. | ||
* This method is called after a test is executed. | ||
*/ | ||
protected function tearDown(): void | ||
{ | ||
} | ||
|
||
/** | ||
* @vcr test_auth | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* SmartCall Restful API (v3) HTTP Client. | ||
* | ||
* @author Jacques Marneweck <[email protected]> | ||
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved. | ||
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved. | ||
* @license MIT | ||
*/ | ||
|
||
|
@@ -13,22 +13,6 @@ | |
|
||
final class AuthTokenTest extends \PHPUnit\Framework\TestCase | ||
{ | ||
/** | ||
* Sets up the fixture, for example, opens a network connection. | ||
* This method is called before a test is executed. | ||
*/ | ||
protected function setUp(): void | ||
{ | ||
} | ||
|
||
/** | ||
* Tears down the fixture, for example, closes a network connection. | ||
* This method is called after a test is executed. | ||
*/ | ||
protected function tearDown(): void | ||
{ | ||
} | ||
|
||
/** | ||
* @vcr test_auth_token | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* SmartCall Restful API (v3) HTTP Client. | ||
* | ||
* @author Jacques Marneweck <[email protected]> | ||
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved. | ||
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved. | ||
* @license MIT | ||
*/ | ||
|
||
|
@@ -13,22 +13,6 @@ | |
|
||
final class BalanceTest extends \PHPUnit\Framework\TestCase | ||
{ | ||
/** | ||
* Sets up the fixture, for example, opens a network connection. | ||
* This method is called before a test is executed. | ||
*/ | ||
protected function setUp(): void | ||
{ | ||
} | ||
|
||
/** | ||
* Tears down the fixture, for example, closes a network connection. | ||
* This method is called after a test is executed. | ||
*/ | ||
protected function tearDown(): void | ||
{ | ||
} | ||
|
||
/** | ||
* @vcr test_balance_27813272161 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* SmartCall Restful API (v3) HTTP Client. | ||
* | ||
* @author Jacques Marneweck <[email protected]> | ||
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved. | ||
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved. | ||
* @license MIT | ||
*/ | ||
|
||
|
@@ -13,22 +13,6 @@ | |
|
||
final class CancelRechargeTest extends \PHPUnit\Framework\TestCase | ||
{ | ||
/** | ||
* Sets up the fixture, for example, opens a network connection. | ||
* This method is called before a test is executed. | ||
*/ | ||
protected function setUp(): void | ||
{ | ||
} | ||
|
||
/** | ||
* Tears down the fixture, for example, closes a network connection. | ||
* This method is called after a test is executed. | ||
*/ | ||
protected function tearDown(): void | ||
{ | ||
} | ||
|
||
/** | ||
* @vcr test_cancelrecharge_27813272161 | ||
*/ | ||
|
Oops, something went wrong.