@@ -108,7 +108,7 @@ public function testEmptySync(): void {
108108 '1 ' ,
109109 'principals/system/system ' ,
110110 []
111- );
111+ )[ ' token ' ] ;
112112
113113 $ this ->assertEquals ('http://sabre.io/ns/sync/1 ' , $ token );
114114 }
@@ -179,7 +179,7 @@ public function testSyncWithNewElement(): void {
179179 '1 ' ,
180180 'principals/system/system ' ,
181181 []
182- );
182+ )[ ' token ' ] ;
183183
184184 $ this ->assertEquals ('http://sabre.io/ns/sync/2 ' , $ token );
185185 }
@@ -250,7 +250,7 @@ public function testSyncWithUpdatedElement(): void {
250250 '1 ' ,
251251 'principals/system/system ' ,
252252 []
253- );
253+ )[ ' token ' ] ;
254254
255255 $ this ->assertEquals ('http://sabre.io/ns/sync/3 ' , $ token );
256256 }
@@ -291,7 +291,7 @@ public function testSyncWithDeletedElement(): void {
291291 '1 ' ,
292292 'principals/system/system ' ,
293293 []
294- );
294+ )[ ' token ' ] ;
295295
296296 $ this ->assertEquals ('http://sabre.io/ns/sync/4 ' , $ token );
297297 }
@@ -422,7 +422,7 @@ public function testDeleteAddressbookWhenAccessRevoked(): void {
422422 '1 ' ,
423423 'principals/system/system ' ,
424424 []
425- );
425+ )[ ' token ' ] ;
426426 }
427427
428428 #[\PHPUnit \Framework \Attributes \DataProvider('providerUseAbsoluteUriReport ' )]
@@ -462,7 +462,7 @@ public function testUseAbsoluteUriReport(string $host, string $expected): void {
462462 '1 ' ,
463463 'principals/system/system ' ,
464464 []
465- );
465+ )[ ' token ' ] ;
466466 }
467467
468468 public static function providerUseAbsoluteUriReport (): array {
0 commit comments