Skip to content

Commit 3a5e75e

Browse files
chore: update mock server docs
1 parent 084d88e commit 3a5e75e

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

tests/Services/SessionsTest.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected function setUp(): void
4444
public function testAct(): void
4545
{
4646
if (UnsupportedMockTests::$skip) {
47-
$this->markTestSkipped('Prism tests are disabled');
47+
$this->markTestSkipped('Mock server tests are disabled');
4848
}
4949

5050
$result = $this->client->sessions->act(
@@ -60,7 +60,7 @@ public function testAct(): void
6060
public function testActWithOptionalParams(): void
6161
{
6262
if (UnsupportedMockTests::$skip) {
63-
$this->markTestSkipped('Prism tests are disabled');
63+
$this->markTestSkipped('Mock server tests are disabled');
6464
}
6565

6666
$result = $this->client->sessions->act(
@@ -88,7 +88,7 @@ public function testActWithOptionalParams(): void
8888
public function testEnd(): void
8989
{
9090
if (UnsupportedMockTests::$skip) {
91-
$this->markTestSkipped('Prism tests are disabled');
91+
$this->markTestSkipped('Mock server tests are disabled');
9292
}
9393

9494
$result = $this->client->sessions->end(
@@ -103,7 +103,7 @@ public function testEnd(): void
103103
public function testExecute(): void
104104
{
105105
if (UnsupportedMockTests::$skip) {
106-
$this->markTestSkipped('Prism tests are disabled');
106+
$this->markTestSkipped('Mock server tests are disabled');
107107
}
108108

109109
$result = $this->client->sessions->execute(
@@ -122,7 +122,7 @@ public function testExecute(): void
122122
public function testExecuteWithOptionalParams(): void
123123
{
124124
if (UnsupportedMockTests::$skip) {
125-
$this->markTestSkipped('Prism tests are disabled');
125+
$this->markTestSkipped('Mock server tests are disabled');
126126
}
127127

128128
$result = $this->client->sessions->execute(
@@ -163,7 +163,7 @@ public function testExecuteWithOptionalParams(): void
163163
public function testExtract(): void
164164
{
165165
if (UnsupportedMockTests::$skip) {
166-
$this->markTestSkipped('Prism tests are disabled');
166+
$this->markTestSkipped('Mock server tests are disabled');
167167
}
168168

169169
$result = $this->client->sessions->extract(
@@ -178,7 +178,7 @@ public function testExtract(): void
178178
public function testNavigate(): void
179179
{
180180
if (UnsupportedMockTests::$skip) {
181-
$this->markTestSkipped('Prism tests are disabled');
181+
$this->markTestSkipped('Mock server tests are disabled');
182182
}
183183

184184
$result = $this->client->sessions->navigate(
@@ -194,7 +194,7 @@ public function testNavigate(): void
194194
public function testNavigateWithOptionalParams(): void
195195
{
196196
if (UnsupportedMockTests::$skip) {
197-
$this->markTestSkipped('Prism tests are disabled');
197+
$this->markTestSkipped('Mock server tests are disabled');
198198
}
199199

200200
$result = $this->client->sessions->navigate(
@@ -216,7 +216,7 @@ public function testNavigateWithOptionalParams(): void
216216
public function testObserve(): void
217217
{
218218
if (UnsupportedMockTests::$skip) {
219-
$this->markTestSkipped('Prism tests are disabled');
219+
$this->markTestSkipped('Mock server tests are disabled');
220220
}
221221

222222
$result = $this->client->sessions->observe(
@@ -231,7 +231,7 @@ public function testObserve(): void
231231
public function testReplay(): void
232232
{
233233
if (UnsupportedMockTests::$skip) {
234-
$this->markTestSkipped('Prism tests are disabled');
234+
$this->markTestSkipped('Mock server tests are disabled');
235235
}
236236

237237
$result = $this->client->sessions->replay(
@@ -246,7 +246,7 @@ public function testReplay(): void
246246
public function testStart(): void
247247
{
248248
if (UnsupportedMockTests::$skip) {
249-
$this->markTestSkipped('Prism tests are disabled');
249+
$this->markTestSkipped('Mock server tests are disabled');
250250
}
251251

252252
$result = $this->client->sessions->start(modelName: 'openai/gpt-4o');
@@ -259,7 +259,7 @@ public function testStart(): void
259259
public function testStartWithOptionalParams(): void
260260
{
261261
if (UnsupportedMockTests::$skip) {
262-
$this->markTestSkipped('Prism tests are disabled');
262+
$this->markTestSkipped('Mock server tests are disabled');
263263
}
264264

265265
$result = $this->client->sessions->start(

0 commit comments

Comments
 (0)