@@ -117,7 +117,7 @@ public function testListClicks(): void
117117 $ this ->markTestSkipped ('Mock server tests are disabled ' );
118118 }
119119
120- $ result = $ this ->client ->smartLinks ->listClicks ('fugiat ' );
120+ $ result = $ this ->client ->smartLinks ->listClicks ('enim ' );
121121
122122 // @phpstan-ignore-next-line method.alreadyNarrowedType
123123 $ this ->assertInstanceOf (SmartLinkListClicksResponse::class, $ result );
@@ -130,7 +130,7 @@ public function testListConversions(): void
130130 $ this ->markTestSkipped ('Mock server tests are disabled ' );
131131 }
132132
133- $ result = $ this ->client ->smartLinks ->listConversions ('voluptatem ' );
133+ $ result = $ this ->client ->smartLinks ->listConversions ('quos ' );
134134
135135 // @phpstan-ignore-next-line method.alreadyNarrowedType
136136 $ this ->assertInstanceOf (SmartLinkListConversionsResponse::class, $ result );
@@ -143,7 +143,7 @@ public function testListFans(): void
143143 $ this ->markTestSkipped ('Mock server tests are disabled ' );
144144 }
145145
146- $ result = $ this ->client ->smartLinks ->listFans ('quia ' );
146+ $ result = $ this ->client ->smartLinks ->listFans ('qui ' );
147147
148148 // @phpstan-ignore-next-line method.alreadyNarrowedType
149149 $ this ->assertInstanceOf (SmartLinkListFansResponse::class, $ result );
@@ -156,7 +156,7 @@ public function testListSpenders(): void
156156 $ this ->markTestSkipped ('Mock server tests are disabled ' );
157157 }
158158
159- $ result = $ this ->client ->smartLinks ->listSpenders ('sit ' );
159+ $ result = $ this ->client ->smartLinks ->listSpenders ('in ' );
160160
161161 // @phpstan-ignore-next-line method.alreadyNarrowedType
162162 $ this ->assertInstanceOf (SmartLinkListSpendersResponse::class, $ result );
@@ -169,7 +169,7 @@ public function testRetrieveCohortArps(): void
169169 $ this ->markTestSkipped ('Mock server tests are disabled ' );
170170 }
171171
172- $ result = $ this ->client ->smartLinks ->retrieveCohortArps ('laudantium ' );
172+ $ result = $ this ->client ->smartLinks ->retrieveCohortArps ('quam ' );
173173
174174 // @phpstan-ignore-next-line method.alreadyNarrowedType
175175 $ this ->assertNull ($ result );
@@ -182,7 +182,7 @@ public function testRetrieveStats(): void
182182 $ this ->markTestSkipped ('Mock server tests are disabled ' );
183183 }
184184
185- $ result = $ this ->client ->smartLinks ->retrieveStats ('similique ' );
185+ $ result = $ this ->client ->smartLinks ->retrieveStats ('non ' );
186186
187187 // @phpstan-ignore-next-line method.alreadyNarrowedType
188188 $ this ->assertInstanceOf (SmartLinkGetStatsResponse::class, $ result );
0 commit comments