Skip to content

Commit 357ac52

Browse files
committed
Remove methods not required. Add some tests from dev.
1 parent 62dc408 commit 357ac52

33 files changed

+575
-411
lines changed

tests/Integration/AuthDeleteTest.php

+1-17
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SmartCall Restful API (v3) HTTP Client.
44
*
55
* @author Jacques Marneweck <[email protected]>
6-
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved.
6+
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved.
77
* @license MIT
88
*/
99

@@ -13,22 +13,6 @@
1313

1414
final class AuthDeleteTest extends \PHPUnit\Framework\TestCase
1515
{
16-
/**
17-
* Sets up the fixture, for example, opens a network connection.
18-
* This method is called before a test is executed.
19-
*/
20-
protected function setUp(): void
21-
{
22-
}
23-
24-
/**
25-
* Tears down the fixture, for example, closes a network connection.
26-
* This method is called after a test is executed.
27-
*/
28-
protected function tearDown(): void
29-
{
30-
}
31-
3216
/**
3317
* @vcr test_auth_token_delete
3418
*/

tests/Integration/AuthFlushTest.php

+1-17
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SmartCall Restful API (v3) HTTP Client.
44
*
55
* @author Jacques Marneweck <[email protected]>
6-
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved.
6+
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved.
77
* @license MIT
88
*/
99

@@ -13,22 +13,6 @@
1313

1414
final class AuthFlushTest extends \PHPUnit\Framework\TestCase
1515
{
16-
/**
17-
* Sets up the fixture, for example, opens a network connection.
18-
* This method is called before a test is executed.
19-
*/
20-
protected function setUp(): void
21-
{
22-
}
23-
24-
/**
25-
* Tears down the fixture, for example, closes a network connection.
26-
* This method is called after a test is executed.
27-
*/
28-
protected function tearDown(): void
29-
{
30-
}
31-
3216
/**
3317
* @vcr test_auth_token_flush
3418
*/

tests/Integration/AuthTest.php

+1-17
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SmartCall Restful API (v3) HTTP Client.
44
*
55
* @author Jacques Marneweck <[email protected]>
6-
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved.
6+
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved.
77
* @license MIT
88
*/
99

@@ -13,22 +13,6 @@
1313

1414
final class AuthTest extends \PHPUnit\Framework\TestCase
1515
{
16-
/**
17-
* Sets up the fixture, for example, opens a network connection.
18-
* This method is called before a test is executed.
19-
*/
20-
protected function setUp(): void
21-
{
22-
}
23-
24-
/**
25-
* Tears down the fixture, for example, closes a network connection.
26-
* This method is called after a test is executed.
27-
*/
28-
protected function tearDown(): void
29-
{
30-
}
31-
3216
/**
3317
* @vcr test_auth
3418
*/

tests/Integration/AuthTokenTest.php

+1-17
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SmartCall Restful API (v3) HTTP Client.
44
*
55
* @author Jacques Marneweck <[email protected]>
6-
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved.
6+
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved.
77
* @license MIT
88
*/
99

@@ -13,22 +13,6 @@
1313

1414
final class AuthTokenTest extends \PHPUnit\Framework\TestCase
1515
{
16-
/**
17-
* Sets up the fixture, for example, opens a network connection.
18-
* This method is called before a test is executed.
19-
*/
20-
protected function setUp(): void
21-
{
22-
}
23-
24-
/**
25-
* Tears down the fixture, for example, closes a network connection.
26-
* This method is called after a test is executed.
27-
*/
28-
protected function tearDown(): void
29-
{
30-
}
31-
3216
/**
3317
* @vcr test_auth_token
3418
*/

tests/Integration/BalanceTest.php

+1-17
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SmartCall Restful API (v3) HTTP Client.
44
*
55
* @author Jacques Marneweck <[email protected]>
6-
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved.
6+
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved.
77
* @license MIT
88
*/
99

@@ -13,22 +13,6 @@
1313

1414
final class BalanceTest extends \PHPUnit\Framework\TestCase
1515
{
16-
/**
17-
* Sets up the fixture, for example, opens a network connection.
18-
* This method is called before a test is executed.
19-
*/
20-
protected function setUp(): void
21-
{
22-
}
23-
24-
/**
25-
* Tears down the fixture, for example, closes a network connection.
26-
* This method is called after a test is executed.
27-
*/
28-
protected function tearDown(): void
29-
{
30-
}
31-
3216
/**
3317
* @vcr test_balance_27813272161
3418
*/

tests/Integration/CancelRechargeTest.php

+1-17
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SmartCall Restful API (v3) HTTP Client.
44
*
55
* @author Jacques Marneweck <[email protected]>
6-
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved.
6+
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved.
77
* @license MIT
88
*/
99

@@ -13,22 +13,6 @@
1313

1414
final class CancelRechargeTest extends \PHPUnit\Framework\TestCase
1515
{
16-
/**
17-
* Sets up the fixture, for example, opens a network connection.
18-
* This method is called before a test is executed.
19-
*/
20-
protected function setUp(): void
21-
{
22-
}
23-
24-
/**
25-
* Tears down the fixture, for example, closes a network connection.
26-
* This method is called after a test is executed.
27-
*/
28-
protected function tearDown(): void
29-
{
30-
}
31-
3216
/**
3317
* @vcr test_cancelrecharge_27813272161
3418
*/

0 commit comments

Comments
 (0)