Skip to content

Commit

Permalink
Remove methods not required. Add some tests from dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques committed Feb 11, 2024
1 parent 62dc408 commit 357ac52
Show file tree
Hide file tree
Showing 33 changed files with 575 additions and 411 deletions.
18 changes: 1 addition & 17 deletions tests/Integration/AuthDeleteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand All @@ -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
*/
Expand Down
18 changes: 1 addition & 17 deletions tests/Integration/AuthFlushTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand All @@ -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
*/
Expand Down
18 changes: 1 addition & 17 deletions tests/Integration/AuthTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand All @@ -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
*/
Expand Down
18 changes: 1 addition & 17 deletions tests/Integration/AuthTokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand All @@ -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
*/
Expand Down
18 changes: 1 addition & 17 deletions tests/Integration/BalanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand All @@ -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
*/
Expand Down
18 changes: 1 addition & 17 deletions tests/Integration/CancelRechargeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand All @@ -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
*/
Expand Down
Loading

0 comments on commit 357ac52

Please sign in to comment.