We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746840a commit 845f979Copy full SHA for 845f979
1 file changed
tests/VkTest/ClientTest.php
@@ -17,7 +17,7 @@ public function getTestUserId()
17
18
public function getClient()
19
{
20
- $client = new \SocialConnect\Vk\Client($GLOBALS['applicationId'], $GLOBALS['applicationSecret']);
+ $client = new \SocialConnect\Vk\Client(intval($GLOBALS['applicationId']), $GLOBALS['applicationSecret']);
21
$client->setAccessToken($GLOBALS['testUserAccessToken']);
22
23
if (strlen($GLOBALS['testUserAccessToken']) < 10) {
0 commit comments