|
28 | 28 | use BigBlueButton\Parameters\GetRecordingsParameters; |
29 | 29 | use BigBlueButton\Parameters\IsMeetingRunningParameters; |
30 | 30 | use BigBlueButton\Parameters\PublishRecordingsParameters; |
31 | | -use BigBlueButton\Util\Fixtures; |
32 | | -use BigBlueButton\Util\ParamsIterator; |
| 31 | +use BigBlueButton\TestServices\EnvLoader; |
| 32 | +use BigBlueButton\TestServices\Fixtures; |
| 33 | +use BigBlueButton\TestServices\ParamsIterator; |
33 | 34 |
|
34 | 35 | /** |
35 | 36 | * Class BigBlueButtonTest. |
@@ -84,9 +85,9 @@ public function testApiVersion(): void |
84 | 85 | // Create Meeting |
85 | 86 |
|
86 | 87 | /** |
87 | | - * @deprecated Test will be removed together with the deprecated function from BigBlueButton::class |
| 88 | + * @deprecated test will be removed together with the deprecated function from BigBlueButton::class |
88 | 89 | * |
89 | | - * Test create meeting URL. |
| 90 | + * Test create meeting URL |
90 | 91 | */ |
91 | 92 | public function testCreateMeetingUrl(): void |
92 | 93 | { |
@@ -175,9 +176,9 @@ public function testCreateMeetingWithMultiDocument(): void |
175 | 176 | // Join Meeting |
176 | 177 |
|
177 | 178 | /** |
178 | | - * @deprecated Test will be removed together with the deprecated function from BigBlueButton::class |
| 179 | + * @deprecated test will be removed together with the deprecated function from BigBlueButton::class |
179 | 180 | * |
180 | | - * Test create join meeting URL. |
| 181 | + * Test create join meeting URL |
181 | 182 | */ |
182 | 183 | public function testCreateJoinMeetingUrl(): void |
183 | 184 | { |
@@ -231,9 +232,9 @@ public function testJoinMeeting(): void |
231 | 232 | // End Meeting |
232 | 233 |
|
233 | 234 | /** |
234 | | - * @deprecated Test will be removed together with the deprecated function from BigBlueButton::class |
| 235 | + * @deprecated test will be removed together with the deprecated function from BigBlueButton::class |
235 | 236 | * |
236 | | - * Test generate end meeting URL. |
| 237 | + * Test generate end meeting URL |
237 | 238 | */ |
238 | 239 | public function testCreateEndMeetingUrl(): void |
239 | 240 | { |
|
0 commit comments