|
| 1 | +<?php |
| 2 | + |
| 3 | +/** |
| 4 | + * SmsApiTest |
| 5 | + * PHP version 8.1 |
| 6 | + * |
| 7 | + * @category Class |
| 8 | + * @package UBill\Sdk |
| 9 | + * @author OpenAPI Generator team |
| 10 | + * @link https://openapi-generator.tech |
| 11 | + */ |
| 12 | + |
| 13 | +/** |
| 14 | + * UBill API |
| 15 | + * |
| 16 | + * UBill API - provides programmatic access to our resources. You will be able to integrate our service into your system and communicate with clients easily. |
| 17 | + * |
| 18 | + * The version of the OpenAPI document: 2.1.8 |
| 19 | + |
| 20 | + * Generated by: https://openapi-generator.tech |
| 21 | + * Generator version: 7.13.0 |
| 22 | + */ |
| 23 | + |
| 24 | +/** |
| 25 | + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). |
| 26 | + * https://openapi-generator.tech |
| 27 | + * Please update the test case below to test the endpoint. |
| 28 | + */ |
| 29 | + |
| 30 | +namespace UBill\Sdk\Test\Api; |
| 31 | + |
| 32 | +use UBill\Sdk\Configuration; |
| 33 | +use UBill\Sdk\ApiException; |
| 34 | +use UBill\Sdk\ObjectSerializer; |
| 35 | +use PHPUnit\Framework\TestCase; |
| 36 | + |
| 37 | +/** |
| 38 | + * SmsApiTest Class Doc Comment |
| 39 | + * |
| 40 | + * @category Class |
| 41 | + * @package UBill\Sdk |
| 42 | + * @author OpenAPI Generator team |
| 43 | + * @link https://openapi-generator.tech |
| 44 | + */ |
| 45 | +class SmsApiTest extends TestCase |
| 46 | +{ |
| 47 | + /** |
| 48 | + * Setup before running any test cases |
| 49 | + */ |
| 50 | + public static function setUpBeforeClass(): void |
| 51 | + { |
| 52 | + } |
| 53 | + |
| 54 | + /** |
| 55 | + * Setup before running each test case |
| 56 | + */ |
| 57 | + public function setUp(): void |
| 58 | + { |
| 59 | + } |
| 60 | + |
| 61 | + /** |
| 62 | + * Clean up after running each test case |
| 63 | + */ |
| 64 | + public function tearDown(): void |
| 65 | + { |
| 66 | + } |
| 67 | + |
| 68 | + /** |
| 69 | + * Clean up after running all test cases |
| 70 | + */ |
| 71 | + public static function tearDownAfterClass(): void |
| 72 | + { |
| 73 | + } |
| 74 | + |
| 75 | + /** |
| 76 | + * Test case for createBrandName |
| 77 | + * |
| 78 | + * Create Brand Name. |
| 79 | + * |
| 80 | + */ |
| 81 | + public function testCreateBrandName() |
| 82 | + { |
| 83 | + // TODO: implement |
| 84 | + self::markTestIncomplete('Not implemented'); |
| 85 | + } |
| 86 | + |
| 87 | + /** |
| 88 | + * Test case for getDeliveryReport |
| 89 | + * |
| 90 | + * Get Delivery Report. |
| 91 | + * |
| 92 | + */ |
| 93 | + public function testGetDeliveryReport() |
| 94 | + { |
| 95 | + // TODO: implement |
| 96 | + self::markTestIncomplete('Not implemented'); |
| 97 | + } |
| 98 | + |
| 99 | + /** |
| 100 | + * Test case for getSMSBalance |
| 101 | + * |
| 102 | + * Get SMS Balance. |
| 103 | + * |
| 104 | + */ |
| 105 | + public function testGetSMSBalance() |
| 106 | + { |
| 107 | + // TODO: implement |
| 108 | + self::markTestIncomplete('Not implemented'); |
| 109 | + } |
| 110 | + |
| 111 | + /** |
| 112 | + * Test case for listBrandNames |
| 113 | + * |
| 114 | + * Get All Brand Names. |
| 115 | + * |
| 116 | + */ |
| 117 | + public function testListBrandNames() |
| 118 | + { |
| 119 | + // TODO: implement |
| 120 | + self::markTestIncomplete('Not implemented'); |
| 121 | + } |
| 122 | + |
| 123 | + /** |
| 124 | + * Test case for sendSMS |
| 125 | + * |
| 126 | + * Send SMS. |
| 127 | + * |
| 128 | + */ |
| 129 | + public function testSendSMS() |
| 130 | + { |
| 131 | + // TODO: implement |
| 132 | + self::markTestIncomplete('Not implemented'); |
| 133 | + } |
| 134 | +} |
0 commit comments