Skip to content

Commit

Permalink
remove integration test code
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondeJK committed Sep 23, 2024
1 parent 4c10290 commit b23db9b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions test/Verify2/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
use Vonage\Verify2\Request\WhatsAppRequest;
use Vonage\Verify2\VerifyObjects\Template;
use Vonage\Verify2\VerifyObjects\TemplateFragment;
use Vonage\Verify2\VerifyObjects\VerificationLocale;
use Vonage\Verify2\VerifyObjects\VerificationWorkflow;
use VonageTest\Traits\HTTPTestTrait;
use VonageTest\Traits\Psr7AssertionTrait;
Expand Down Expand Up @@ -1058,20 +1059,4 @@ public function timeoutProvider(): array
[921, false],
];
}
//
// public function testIntegration()
// {
// $credentials = new Client\Credentials\Keypair(
// file_get_contents('/Users/JSeconde/Sites/vonage-php-sdk-core/test/Verify2/private.key'),
// '4a875f7e-2559-4fb5-84f6-f8b144f6e9f6'
// );
//
// $liveClient = new Client($credentials);
//
// $response = $liveClient->verify2()->createCustomTemplate('example-template');

// $smsRequest = new SMSRequest('447738066610', 'VONAGE', null, '447738066610');
// $response = $liveClient->verify2()->startVerification($smsRequest);
// var_dump($response);
// }
}

0 comments on commit b23db9b

Please sign in to comment.