@@ -73,59 +73,47 @@ public static function tearDownAfterClass(): void
7373 {
7474 }
7575
76- /**
77- * Test attribute "request_type"
78- */
76+
7977 public function testPropertyRequestType ()
8078 {
8179
8280 $ this ->AddToConferenceNotificationWebhook ->setRequestType ('TS ' );
8381 $ this ->assertEquals ('TS ' , $ this ->AddToConferenceNotificationWebhook ->getRequestType ());
8482 $ this ->assertIsString ($ this ->AddToConferenceNotificationWebhook ->getRequestType ());
8583 }
86- /**
87- * Test attribute "call_id"
88- */
84+
8985 public function testPropertyCallId ()
9086 {
9187
9288 $ this ->AddToConferenceNotificationWebhook ->setCallId ('TS ' );
9389 $ this ->assertEquals ('TS ' , $ this ->AddToConferenceNotificationWebhook ->getCallId ());
9490 $ this ->assertIsString ($ this ->AddToConferenceNotificationWebhook ->getCallId ());
9591 }
96- /**
97- * Test attribute "account_id"
98- */
92+
9993 public function testPropertyAccountId ()
10094 {
10195
10296 $ this ->AddToConferenceNotificationWebhook ->setAccountId ('TS ' );
10397 $ this ->assertEquals ('TS ' , $ this ->AddToConferenceNotificationWebhook ->getAccountId ());
10498 $ this ->assertIsString ($ this ->AddToConferenceNotificationWebhook ->getAccountId ());
10599 }
106- /**
107- * Test attribute "from"
108- */
100+
109101 public function testPropertyFrom ()
110102 {
111103
112104 $ this ->AddToConferenceNotificationWebhook ->setFrom ('TS ' );
113105 $ this ->assertEquals ('TS ' , $ this ->AddToConferenceNotificationWebhook ->getFrom ());
114106 $ this ->assertIsString ($ this ->AddToConferenceNotificationWebhook ->getFrom ());
115107 }
116- /**
117- * Test attribute "to"
118- */
108+
119109 public function testPropertyTo ()
120110 {
121111
122112 $ this ->AddToConferenceNotificationWebhook ->setTo ('TS ' );
123113 $ this ->assertEquals ('TS ' , $ this ->AddToConferenceNotificationWebhook ->getTo ());
124114 $ this ->assertIsString ($ this ->AddToConferenceNotificationWebhook ->getTo ());
125115 }
126- /**
127- * Test attribute "call_status"
128- */
116+
129117 public function testPropertyCallStatus ()
130118 {
131119 $ this ->AddToConferenceNotificationWebhook ->setcallStatus (\FreeClimb \Api \Model \CallStatus::QUEUED );
@@ -145,9 +133,7 @@ public function testPropertyCallStatus()
145133 $ this ->AddToConferenceNotificationWebhook ->setcallStatus (\FreeClimb \Api \Model \CallStatus::NO_ANSWER );
146134 $ this ->assertEquals (\FreeClimb \Api \Model \CallStatus::NO_ANSWER , $ this ->AddToConferenceNotificationWebhook ->getcallStatus ());
147135 }
148- /**
149- * Test attribute "direction"
150- */
136+
151137 public function testPropertyDirection ()
152138 {
153139 $ this ->AddToConferenceNotificationWebhook ->setdirection (\FreeClimb \Api \Model \CallDirection::INBOUND );
@@ -157,29 +143,23 @@ public function testPropertyDirection()
157143 $ this ->AddToConferenceNotificationWebhook ->setdirection (\FreeClimb \Api \Model \CallDirection::OUTBOUND_DIAL );
158144 $ this ->assertEquals (\FreeClimb \Api \Model \CallDirection::OUTBOUND_DIAL , $ this ->AddToConferenceNotificationWebhook ->getdirection ());
159145 }
160- /**
161- * Test attribute "conference_id"
162- */
146+
163147 public function testPropertyConferenceId ()
164148 {
165149
166150 $ this ->AddToConferenceNotificationWebhook ->setConferenceId ('TS ' );
167151 $ this ->assertEquals ('TS ' , $ this ->AddToConferenceNotificationWebhook ->getConferenceId ());
168152 $ this ->assertIsString ($ this ->AddToConferenceNotificationWebhook ->getConferenceId ());
169153 }
170- /**
171- * Test attribute "queue_id"
172- */
154+
173155 public function testPropertyQueueId ()
174156 {
175157
176158 $ this ->AddToConferenceNotificationWebhook ->setQueueId ('TS ' );
177159 $ this ->assertEquals ('TS ' , $ this ->AddToConferenceNotificationWebhook ->getQueueId ());
178160 $ this ->assertIsString ($ this ->AddToConferenceNotificationWebhook ->getQueueId ());
179161 }
180- /**
181- * Test attribute "status"
182- */
162+
183163 public function testPropertyStatus ()
184164 {
185165 $ this ->AddToConferenceNotificationWebhook ->setstatus (\FreeClimb \Api \Model \ConferenceStatus::EMPTY );
@@ -191,29 +171,23 @@ public function testPropertyStatus()
191171 $ this ->AddToConferenceNotificationWebhook ->setstatus (\FreeClimb \Api \Model \ConferenceStatus::TERMINATED );
192172 $ this ->assertEquals (\FreeClimb \Api \Model \ConferenceStatus::TERMINATED , $ this ->AddToConferenceNotificationWebhook ->getstatus ());
193173 }
194- /**
195- * Test attribute "recording_url"
196- */
174+
197175 public function testPropertyRecordingUrl ()
198176 {
199177
200178 $ this ->AddToConferenceNotificationWebhook ->setRecordingUrl ('TS ' );
201179 $ this ->assertEquals ('TS ' , $ this ->AddToConferenceNotificationWebhook ->getRecordingUrl ());
202180 $ this ->assertIsString ($ this ->AddToConferenceNotificationWebhook ->getRecordingUrl ());
203181 }
204- /**
205- * Test attribute "recording_id"
206- */
182+
207183 public function testPropertyRecordingId ()
208184 {
209185
210186 $ this ->AddToConferenceNotificationWebhook ->setRecordingId ('TS ' );
211187 $ this ->assertEquals ('TS ' , $ this ->AddToConferenceNotificationWebhook ->getRecordingId ());
212188 $ this ->assertIsString ($ this ->AddToConferenceNotificationWebhook ->getRecordingId ());
213189 }
214- /**
215- * Test attribute "recording_duration_sec"
216- */
190+
217191 public function testPropertyRecordingDurationSec ()
218192 {
219193
0 commit comments