Skip to content

Commit 845f979

Browse files
committed
Inval
1 parent 746840a commit 845f979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/VkTest/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function getTestUserId()
1717

1818
public function getClient()
1919
{
20-
$client = new \SocialConnect\Vk\Client($GLOBALS['applicationId'], $GLOBALS['applicationSecret']);
20+
$client = new \SocialConnect\Vk\Client(intval($GLOBALS['applicationId']), $GLOBALS['applicationSecret']);
2121
$client->setAccessToken($GLOBALS['testUserAccessToken']);
2222

2323
if (strlen($GLOBALS['testUserAccessToken']) < 10) {

0 commit comments

Comments
 (0)