@@ -35,7 +35,7 @@ protected function setUp(): void
3535 public function testCheckConnectionStatus (): void
3636 {
3737 if (UnsupportedMockTests::$ skip ) {
38- $ this ->markTestSkipped ('Prism tests are disabled ' );
38+ $ this ->markTestSkipped ('Mock server tests are disabled ' );
3939 }
4040
4141 $ result = $ this ->client ->inbox ->checkConnectionStatus (
@@ -50,7 +50,7 @@ public function testCheckConnectionStatus(): void
5050 public function testCheckConnectionStatusWithOptionalParams (): void
5151 {
5252 if (UnsupportedMockTests::$ skip ) {
53- $ this ->markTestSkipped ('Prism tests are disabled ' );
53+ $ this ->markTestSkipped ('Mock server tests are disabled ' );
5454 }
5555
5656 $ result = $ this ->client ->inbox ->checkConnectionStatus (
@@ -65,7 +65,7 @@ public function testCheckConnectionStatusWithOptionalParams(): void
6565 public function testConnectEmail (): void
6666 {
6767 if (UnsupportedMockTests::$ skip ) {
68- $ this ->markTestSkipped ('Prism tests are disabled ' );
68+ $ this ->markTestSkipped ('Mock server tests are disabled ' );
6969 }
7070
7171 $ result = $ this ->client ->inbox ->connectEmail (
@@ -80,7 +80,7 @@ public function testConnectEmail(): void
8080 public function testConnectEmailWithOptionalParams (): void
8181 {
8282 if (UnsupportedMockTests::$ skip ) {
83- $ this ->markTestSkipped ('Prism tests are disabled ' );
83+ $ this ->markTestSkipped ('Mock server tests are disabled ' );
8484 }
8585
8686 $ result = $ this ->client ->inbox ->connectEmail (
@@ -96,7 +96,7 @@ public function testConnectEmailWithOptionalParams(): void
9696 public function testDisconnectEmail (): void
9797 {
9898 if (UnsupportedMockTests::$ skip ) {
99- $ this ->markTestSkipped ('Prism tests are disabled ' );
99+ $ this ->markTestSkipped ('Mock server tests are disabled ' );
100100 }
101101
102102 $ result = $ this ->client ->inbox ->disconnectEmail (
@@ -111,7 +111,7 @@ public function testDisconnectEmail(): void
111111 public function testDisconnectEmailWithOptionalParams (): void
112112 {
113113 if (UnsupportedMockTests::$ skip ) {
114- $ this ->markTestSkipped ('Prism tests are disabled ' );
114+ $ this ->markTestSkipped ('Mock server tests are disabled ' );
115115 }
116116
117117 $ result = $ this ->client ->inbox ->disconnectEmail (
@@ -126,7 +126,7 @@ public function testDisconnectEmailWithOptionalParams(): void
126126 public function testListCasFiles (): void
127127 {
128128 if (UnsupportedMockTests::$ skip ) {
129- $ this ->markTestSkipped ('Prism tests are disabled ' );
129+ $ this ->markTestSkipped ('Mock server tests are disabled ' );
130130 }
131131
132132 $ result = $ this ->client ->inbox ->listCasFiles (xInboxToken: 'x-inbox-token ' );
@@ -139,7 +139,7 @@ public function testListCasFiles(): void
139139 public function testListCasFilesWithOptionalParams (): void
140140 {
141141 if (UnsupportedMockTests::$ skip ) {
142- $ this ->markTestSkipped ('Prism tests are disabled ' );
142+ $ this ->markTestSkipped ('Mock server tests are disabled ' );
143143 }
144144
145145 $ result = $ this ->client ->inbox ->listCasFiles (
0 commit comments