We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d6a41 commit 8db6fe0Copy full SHA for 8db6fe0
tests/ClientTest.php
@@ -257,9 +257,8 @@ public function testCanCreateATestUserAndGetTheProfileAndThenDeleteTheTestUser()
257
public function initializeTestApp()
258
{
259
if (!file_exists(__DIR__.'/TestCredentials.php')) {
260
- throw new SDKException(
261
- 'You must create a TestCredentials.php file from TestCredentials.php.dist'
262
- );
+ $this->markTestSkipped('You must create a TestCredentials.php file from TestCredentials.php.dist');
+ return;
263
}
264
265
if (!strlen(TestCredentials::$appId) ||
0 commit comments